Displaying differences for changeset
 
display as  

src/csip/Registry.java

@@ -15,9 +15,6 @@
 import java.util.Collections;
 import java.util.List;
 import java.util.Set;
-import javax.ws.rs.Path;
-import oms3.annotations.Description;
-import oms3.annotations.Name;
 
 /**
  * Services classes registry.
@@ -34,7 +31,7 @@
 
 
     synchronized public void register(Set<Class<?>> service) {
-        if (s != null) { // onne time registration only
+        if (s != null) { // one time registration only
             return;
         }
         s = new ArrayList<>();