DescriptionThis is part 1 of an N-part plan to deprecate com.google.util.List and
related classes
- fix static method used in non-static call.
- delete some unused private static methods.
- use Json.put instead of JSONObject#put to suppress warnings about
unchecked generics.
- @SuppressWarnings("resource") unfortunately will cause a warning about
unnecessary @SuppressWarnings if you turn off the flag to warn about
possible resource leaks. In this case, it's harmless to close.
Patch Set 1 #
Total comments: 3
MessagesTotal messages: 4
|
|||||||||||||||||||||||||||||||||||||