Skip to content
Snippets Groups Projects
Select Git revision
  • 6f8ff70a79490691e1ced06611ed3c71729b7226
  • master default protected
  • ia2
  • adql2.1-ia2
  • private_rows
5 results

adql

user avatar
Mark Taylor authored
Replace uses of String.isEmpty and Arrays.copyOf methods
(both introduced in java 6) with equivalent code that makes
use of only methods available in the java 5 runtime.
This allows the ADQL library, if cross-compiled for java 5,
to run without errors on a java 5 runtime.
6f8ff70a
History
Name Last commit Last update
..