Searched refs:allowDot (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java167 // Validate, allowing '.' if allowDot is true.
170 validateTypeComponentInternal(String name, boolean allowDot) argument
183 if (allowDot && (c == '.')) {

Completed in 20 milliseconds