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

Print this page

        

*** 230,240 **** 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"); } if (syntaxDirection != FLAT) { syntaxSeparator = p.getProperty("jndi.syntax.separator"); syntaxSeparator2 = p.getProperty("jndi.syntax.separator2"); --- 230,240 ---- 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"); } if (syntaxDirection != FLAT) { syntaxSeparator = p.getProperty("jndi.syntax.separator"); syntaxSeparator2 = p.getProperty("jndi.syntax.separator2");