Skip to content
Snippets Groups Projects

Cleanup

Merged Jonathan Schneider requested to merge cleanup into main
4 files
+ 10
20
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -45,7 +45,7 @@ public class Point implements Serializable {
private Date timestamp;
@Column(
name = "isStop",
name = "is_stop",
nullable = false
)
private Boolean isStop;
Loading