Number rename: xxxValue() --> toXxx(), test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class FortyTwoExtractor {
|
||||
private Number fortyTwo = new FortyTwo();
|
||||
|
||||
public int intValue() {
|
||||
return fortyTwo.intValue();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user