aboutsummaryrefslogtreecommitdiff
path: root/src/com.example.portfolio3/com/example/portfolio3/AbstractGraph.java
AgeCommit message (Collapse)Author
11 daystidy: declare method modifiers ordered according to Java Language ↵Jonas Smedegaard
Specification (JLS)
11 dayswrap long linesJonas Smedegaard
11 daystidy whitespaceJonas Smedegaard
11 daysset methods final to avoid uncertain subclassingJonas Smedegaard
11 daysalways use brace in for- and if-constructJonas Smedegaard
11 daystidy whitespaceJonas Smedegaard
11 daysdeclare variables final when possibleJonas Smedegaard
11 daysmake class AbstractGraph publicJonas Smedegaard
12 daysfix imports and avoid wildcard importJonas Smedegaard
12 dayssimplify path structureJonas Smedegaard