Home
last modified time | relevance | path

Searched refs:noDoubleSlash (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java99 private boolean noDoubleSlash = false; field in ServiceURL
213 ":/" + transport + (noDoubleSlash == false ? "/":"") + in toString()
246 (noDoubleSlash == surl.noDoubleSlash) && in equals()
356 noDoubleSlash = true; in parseURL()
373 noDoubleSlash = true; in parseURL()