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

/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java578 URL vlocation; field in class:JarVerifier.VerifierCodeSource
586 vlocation = location;
593 vlocation = location;
620 if (that.vlocation != null) {
621 return that.vlocation.equals(this.vlocation);
622 } else if (this.vlocation != null) {
623 return this.vlocation.equals(that.vlocation);

Completed in 44 milliseconds