Skip to content

Commit 2217816

Browse files
committed
Merge trackjdk/REL1_6_STABLE/jdk25bld into REL1_6_STABLE
Merges PR #542.
2 parents ce467e4 + 23a7a1c commit 2217816

File tree

1 file changed

+1
-1
lines changed
  • pljava-api/src/main/java/org/postgresql/pljava/annotation/processing

1 file changed

+1
-1
lines changed

pljava-api/src/main/java/org/postgresql/pljava/annotation/processing/DDRProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public SourceVersion getSupportedSourceVersion()
6262
* Update latest_tested to be the latest Java release on which this
6363
* annotation processor has been tested without problems.
6464
*/
65-
int latest_tested = 24;
65+
int latest_tested = 25;
6666
int ordinal_9 = SourceVersion.RELEASE_9.ordinal();
6767
int ordinal_latest = latest_tested - 9 + ordinal_9;
6868

0 commit comments

Comments
 (0)