src/main/kotlin/com/flightfeather/uav/model/underwaygrid/GridCellSop.kt
@@ -11,7 +11,7 @@ class GridCellSop : BaseSOP { val gridCell:GridCell constructor(gridCell: GridCell) : super(){ constructor(gridCell: GridCell) : super("", "", "") { this.gridCell = gridCell } constructor(gridCell: GridCell, sourceId: String, sourceName: String, index: String) : super(