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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVMVersionMismatchException.java33 targetVersion = target;
41 msg.append(targetVersion);
50 return targetVersion;
54 private String targetVersion; field in class:VMVersionMismatchException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DGeneratorBase.java73 private String targetVersion; field in class:GeneratorBase
87 this.targetVersion = options.target.getVersion();
148 return getJAXWSClassComment(targetVersion);
151 public static List<String> getJAXWSClassComment(String targetVersion) { argument
155 comments.add("Generated source version: " + targetVersion);

Completed in 48 milliseconds