src/share/classes/javax/naming/NameImpl.java

Print this page

        

@@ -230,11 +230,11 @@
             syntaxDirection = RIGHT_TO_LEFT;
         } else if (syntaxDirectionStr.equals("flat")) {
             syntaxDirection = FLAT;
         } else {
             throw new IllegalArgumentException(syntaxDirectionStr +
-                "is not a valid value for the jndi.syntax.direction property");
+                " is not a valid value for the jndi.syntax.direction property");
         }
 
         if (syntaxDirection != FLAT) {
             syntaxSeparator = p.getProperty("jndi.syntax.separator");
             syntaxSeparator2 = p.getProperty("jndi.syntax.separator2");