Skip to content

Commit e978d58

Browse files
authored
Merge pull request #46 from Traumlos/master
fix versioning problem
2 parents 50a60ea + f42bc89 commit e978d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/gprover/AuxPt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public AuxPt(int t) {
2929
* @return the constructed point as a string
3030
*/
3131
public String getConstructedPoint() {
32-
return vptlist.getFirst().toString();
32+
return vptlist.get(0).toString();
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)