Remove unused TransitNodeDTO and clean up formatting in BulkFileType.
This commit is contained in:
parent
c0e0c377ce
commit
5d804543d7
2 changed files with 0 additions and 9 deletions
|
|
@ -9,7 +9,6 @@ public enum BulkFileType {
|
|||
this.fileType = fileType;
|
||||
}
|
||||
|
||||
|
||||
public String getFileType() {
|
||||
return fileType;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
package de.avatic.lcc.dto.calculation;
|
||||
|
||||
public class TransitNodeDTO {
|
||||
|
||||
private Integer id;
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue