Package: libjdom1-java / 1.1.3-2.1

01-java11-compatibility.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fixes the compatibility with Java 11
Author: Emmanuel Bourg <[email protected]>
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 {