File: 01-java11-compatibility.patch

package info (click to toggle)
libjdom1-java 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,660 kB
  • sloc: java: 21,138; xml: 1,377; sh: 86; perl: 31; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fixes the compatibility with Java 11
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/test/src/java/org/jdom/test/cases/TestElement.java
+++ b/test/src/java/org/jdom/test/cases/TestElement.java
@@ -68,7 +68,6 @@
 import java.io.*;
 import java.util.*;
 import org.jdom.output.*;
-import org.omg.PortableInterceptor.SUCCESSFUL;
 
 public final class TestElement
         extends junit.framework.TestCase {