gson-comments/gson/src/main/java/com/google
sourabh gupta 441fa98735 Simplified access of getSimpleName (#1042)
* Simplified access of getSimpleName

instead of calling getClass.getSimpleName() that will check too many conditions inside , we can make it as final String and use it directly.

* Simplified access of getSimpleName

making string as static

* Simplified access of getSimpleName

Code Review changes
2017-03-20 14:25:52 -07:00
..
gson Simplified access of getSimpleName (#1042) 2017-03-20 14:25:52 -07:00