Number rename: xxxValue() --> toXxx(), test

This commit is contained in:
Mikhail Glukhikh
2015-10-13 10:26:35 +03:00
parent c6a1bd7df3
commit d4a1a469b7
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
public class FortyTwoExtractor {
private Number fortyTwo = new FortyTwo();
public int intValue() {
return fortyTwo.intValue();
}
}