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