Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / inc / main / interfaces / handler / protocol / class_HandleableProtocol.php
index d35b62d0729b2f03d63de0e366afeabfc529c769..866ca600f217d2fc5490ba88713694c2dbe16c58 100644 (file)
@@ -52,7 +52,5 @@ interface HandleableProtocol extends Handleable {
         * @return      $ifMatches      Whether the found UNL matches own addresss
         */
        function isOwnAddress ($unl);
-}
 
-// [EOF]
-?>
+}