no message
This commit is contained in:
@@ -1288,7 +1288,7 @@ public class Utils {
|
||||
System.out.println(new Date(dates.lastElement()));
|
||||
return dates.firstElement();
|
||||
}
|
||||
//------------------------------------------------------->>>
|
||||
//методы работают только с непустыми запакованными данными
|
||||
public static Vector<Integer> unpackIntegers(String packed, String separator){
|
||||
Vector<Integer> ids = new Vector<>();
|
||||
String[] data = packed.split(separator);
|
||||
|
||||
Reference in New Issue
Block a user