Open jeffvroom opened 10 years ago
This is because Java does not let us put static methods in the interface. To fix this, we will need to create a class to hold the getX and setX methods and remap the calls to this class.
This is because Java does not let us put static methods in the interface. To fix this, we will need to create a class to hold the getX and setX methods and remap the calls to this class.