исправление имен файлов на виндовые слеши при распаковке

This commit is contained in:
2025-05-07 20:36:14 +03:00
parent 47a4772632
commit 1f4b736188
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ public class ProjectArray extends DBObject {
@Expose
public int isLoopArrayFlag;
@Expose
Vector<ArrayDecl> declPlaces = new Vector<>();
public Vector<ArrayDecl> declPlaces = new Vector<>();
@Expose
List<Integer> deprecateToDist = new Vector<>();
@Expose