]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/internal/registry/Namespace.java
Several Wiki documentation view improvements.
[simantics/platform.git] / bundles / org.simantics.scl.reflection / src / org / simantics / scl / reflection / internal / registry / Namespace.java
index 73be05f6ccb45a58fca0a8276df6420ac522c372..45db1307027f5551039897b741ee1c87f74a532b 100755 (executable)
@@ -181,7 +181,7 @@ public class Namespace {
                 }\r
                 else {\r
                     Activator.logError("Method " + method.getName() + " in class " + \r
-                            clazz.getCanonicalName() + " has incompantible SCL type in the SCLValue annotation."\r
+                            clazz.getCanonicalName() + " has incompatible SCL type in the SCLValue annotation."\r
                             );\r
                     ReflectionUtils.isCompatible(scheme, type, method);\r
                 }\r
@@ -215,7 +215,7 @@ public class Namespace {
                 }\r
                 else {\r
                     Activator.logError("Constructor of " + \r
-                            clazz.getCanonicalName() + " has incompantible SCL type in the SCLValue annotation."\r
+                            clazz.getCanonicalName() + " has incompatible SCL type in the SCLValue annotation."\r
                             );\r
                 }\r
             } catch (TypeNotFoundException e) {\r
@@ -264,7 +264,7 @@ public class Namespace {
                 }\r
                 else {\r
                     Activator.logError("Field " + field.getName() + " in class " + \r
-                            clazz.getCanonicalName() + " has incompantible SCL type in the SCLValue annotation."\r
+                            clazz.getCanonicalName() + " has incompatible SCL type in the SCLValue annotation."\r
                             );\r
                 }\r
             } catch (TypeNotFoundException e) {\r