]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Fixed trivial typo in name of constant
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 8 Jul 2010 03:46:33 +0000 (03:46 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 8 Jul 2010 03:46:33 +0000 (03:46 +0000)
services/client/src/main/java/org/collectionspace/services/client/AbstractServiceClientImpl.java

index d90f305b833606452b8fada283c934f23b52b205..a70ceaf87dabeeeca85d782ea538a280b9401475 100644 (file)
@@ -53,7 +53,7 @@ public abstract class AbstractServiceClientImpl implements
     /**\r
      * The character used to separate the words in a part label\r
      */\r
-    public static final String PART_LABEL_SEPERATOR = "_";\r
+    public static final String PART_LABEL_SEPARATOR = "_";\r
     /** The Constant PART_COMMON_LABEL. */\r
     public static final String PART_COMMON_LABEL = "common";\r
     /** The properties. */\r
@@ -80,7 +80,7 @@ public abstract class AbstractServiceClientImpl implements
      * @return the common part name\r
      */\r
     public String getCommonPartName(String servicePathComponent) {\r
-        return servicePathComponent + PART_LABEL_SEPERATOR + PART_COMMON_LABEL;\r
+        return servicePathComponent + PART_LABEL_SEPARATOR + PART_COMMON_LABEL;\r
     }\r
 \r
     /**\r