Skip to content
Snippets Groups Projects
Commit 4529ccc8 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure with Java 17 (Closes: #1011172)

parent 8bd5ce99
No related branches found
No related tags found
No related merge requests found
segment (1.4.2-2) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Java 17 (Closes: #1011172)
-- Emmanuel Bourg <ebourg@apache.org> Sun, 05 Feb 2023 23:53:03 +0100
segment (1.4.2-1) unstable; urgency=medium
* Team upload.
......
Description: Fixes the build failure with Java 17
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/src/main/java/net/sourceforge/segment/srx/legacy/Buffer.java
+++ b/src/main/java/net/sourceforge/segment/srx/legacy/Buffer.java
@@ -96,7 +96,7 @@
return stringBuilder.toString();
}
- private boolean isEmpty() {
+ public boolean isEmpty() {
return length() == 0;
}
01-jaxb-plugin.patch
02-java17-compatibility.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment