Remove unused TransitNodeDTO and clean up formatting in BulkFileType.

This commit is contained in:
Jan 2025-12-13 10:28:52 +01:00
parent c0e0c377ce
commit 5d804543d7
2 changed files with 0 additions and 9 deletions

View file

@ -9,7 +9,6 @@ public enum BulkFileType {
this.fileType = fileType; this.fileType = fileType;
} }
public String getFileType() { public String getFileType() {
return fileType; return fileType;
} }

View file

@ -1,8 +0,0 @@
package de.avatic.lcc.dto.calculation;
public class TransitNodeDTO {
private Integer id;
}