Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2008-02-05 20:15:33 +0000
committerddunne2008-02-05 20:15:33 +0000
commitf449b6a6a21993ef021cb36af393c313134e92ab (patch)
tree3bf762fb111556aa767342ff88a1c21ba6bc9981
parent7fe02e2c8ad01e22f13d48dbc741f86b2a26483f (diff)
downloadorg.eclipse.osee-f449b6a6a21993ef021cb36af393c313134e92ab.tar.gz
org.eclipse.osee-f449b6a6a21993ef021cb36af393c313134e92ab.tar.xz
org.eclipse.osee-f449b6a6a21993ef021cb36af393c313134e92ab.zip
-rw-r--r--org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/attribute/ConfigurationPersistenceManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/attribute/ConfigurationPersistenceManager.java b/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/attribute/ConfigurationPersistenceManager.java
index 29b53219488..326a93a766c 100644
--- a/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/attribute/ConfigurationPersistenceManager.java
+++ b/org.eclipse.osee.framework.skynet.core/src/org/eclipse/osee/framework/skynet/core/attribute/ConfigurationPersistenceManager.java
@@ -186,7 +186,7 @@ public class ConfigurationPersistenceManager implements PersistenceManager {
if (baPhrasing == null || baPhrasing.equals("")) throw new IllegalArgumentException(
"The baPhrasing can not be null or empty");
if (shortName == null || shortName.equals("")) throw new IllegalArgumentException(
- "The baPhrasing can not be null or empty");
+ "The shortName can not be null or empty");
checkTransaction();

Back to the top