deprecate legacy files
This commit is contained in:
parent
356038f987
commit
15db7423ed
@ -15,6 +15,7 @@ import java.io.File;
|
|||||||
* IO operations utility.
|
* IO operations utility.
|
||||||
* @author marhali
|
* @author marhali
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class IOUtil {
|
public class IOUtil {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -13,6 +13,7 @@ import java.util.regex.Pattern;
|
|||||||
* Utility methods for simple array support.
|
* Utility methods for simple array support.
|
||||||
* @author marhali
|
* @author marhali
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract class ArrayUtil {
|
public abstract class ArrayUtil {
|
||||||
|
|
||||||
static final String PREFIX = "!arr[";
|
static final String PREFIX = "!arr[";
|
||||||
|
@ -7,6 +7,7 @@ import com.google.gson.JsonElement;
|
|||||||
* Utility methods to read and write json arrays.
|
* Utility methods to read and write json arrays.
|
||||||
* @author marhali
|
* @author marhali
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class JsonArrayUtil extends ArrayUtil {
|
public class JsonArrayUtil extends ArrayUtil {
|
||||||
public static String read(JsonArray array) {
|
public static String read(JsonArray array) {
|
||||||
return read(array.iterator(), JsonElement::getAsString);
|
return read(array.iterator(), JsonElement::getAsString);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user