MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getMinJdkVersion

Method getMinJdkVersion

src/main/java/gate/Gate.java:202–204  ·  view source on GitHub ↗

Get the minimum supported version of the JDK

()

Source from the content-addressed store, hash-verified

200
201 /** Get the minimum supported version of the JDK */
202 public static String getMinJdkVersion() {
203 return MIN_JDK_VERSION;
204 }
205
206 /**
207 * Initialisation - must be called by all clients before using any other parts

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected