Searched defs:source1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DCollisionInfo.java38 private final Locator source1; field in class:CollisionInfo
41 public CollisionInfo(String name, Locator source1, Locator source2) { argument
43 this.source1 = source1;
52 name, printLocator(source1), printLocator(source2) );

Completed in 22 milliseconds