[MINOR] Add toString method to TimelineLayoutVersion to make it more readable (#1244)
This commit is contained in:
@@ -76,4 +76,9 @@ public class TimelineLayoutVersion implements Serializable, Comparable<TimelineL
|
||||
public int compareTo(TimelineLayoutVersion o) {
|
||||
return Integer.compare(version, o.version);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.valueOf(version);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user