]> git.mxchange.org Git - hub.git/commitdiff
Fixed interface usage.
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Wed, 12 Feb 2014 21:36:25 +0000 (22:36 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Wed, 12 Feb 2014 21:36:25 +0000 (22:36 +0100)
Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php

index 3d0802b00796fa0a513375577d607e6ba70b3e83..44d9366570a72c47d5951afbba9aa95dc6c4b978 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableNodeRecipient, Registerable {
+class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableDhtRecipient, Registerable {
        /**
         * Protected constructor
         *