Skip to content
Snippets Groups Projects
  • Mark Taylor's avatar
    6f8ff70a
    replace references to since-J2SE6 methods in ADQL lib · 6f8ff70a
    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
    replace references to since-J2SE6 methods in ADQL lib
    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.