package com.efiAnalytics.ui; public class TablePoint { public int a = 0; public int b = 0; public String toString() { return "TablePoint x=" + this.a + ", y=" + this.b; } } /* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/eZ.class * Java compiler version: 8 (52.0) * JD-Core Version: 1.1.3 */