Rename getInfo -> getInformation.

This commit is contained in:
Mikael Capelle
2018-03-01 13:35:11 +01:00
parent 875a0c8518
commit a51e16c3dd
4 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ public class Arc {
/**
* @return Road information for this arc.
*/
public RoadInformation getInfo() {
public RoadInformation getRoadInformation() {
return info;
}