Loading buildTAP.xml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -70,6 +70,9 @@ <condition><not><isset property="JNDI-API"/></not></condition> <condition><not><isset property="JNDI-API"/></not></condition> </fail> </fail> <!-- JAVA VERSION COMPATIBILITY --> <property name="ant.build.javac.source" value="1.7"/> <property name="ant.build.javac.target" value="1.7"/> <!-- CLASSPATHS --> <!-- CLASSPATHS --> <path id="tap.classpath"> <path id="tap.classpath"> Loading src/cds/util/LargeAsciiTable.java +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1336,6 +1336,11 @@ public class LargeAsciiTable implements AutoCloseable { // Nothing to close in this iterator! // Nothing to close in this iterator! } } @Override public void remove() throws UnsupportedOperationException{ throw new UnsupportedOperationException("Impossible to modify a LargeAsciiTable!"); } } } /** /** Loading Loading @@ -1466,5 +1471,10 @@ public class LargeAsciiTable implements AutoCloseable { } } } } @Override public void remove() throws UnsupportedOperationException{ throw new UnsupportedOperationException("Impossible to modify a LargeAsciiTable!"); } } } } } Loading
buildTAP.xml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -70,6 +70,9 @@ <condition><not><isset property="JNDI-API"/></not></condition> <condition><not><isset property="JNDI-API"/></not></condition> </fail> </fail> <!-- JAVA VERSION COMPATIBILITY --> <property name="ant.build.javac.source" value="1.7"/> <property name="ant.build.javac.target" value="1.7"/> <!-- CLASSPATHS --> <!-- CLASSPATHS --> <path id="tap.classpath"> <path id="tap.classpath"> Loading
src/cds/util/LargeAsciiTable.java +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1336,6 +1336,11 @@ public class LargeAsciiTable implements AutoCloseable { // Nothing to close in this iterator! // Nothing to close in this iterator! } } @Override public void remove() throws UnsupportedOperationException{ throw new UnsupportedOperationException("Impossible to modify a LargeAsciiTable!"); } } } /** /** Loading Loading @@ -1466,5 +1471,10 @@ public class LargeAsciiTable implements AutoCloseable { } } } } @Override public void remove() throws UnsupportedOperationException{ throw new UnsupportedOperationException("Impossible to modify a LargeAsciiTable!"); } } } } }