forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup floating-point constructor use (apache#3648)
Cleaned up the deprecated use of old constructors. The compiler/VM will now autobox this into a proper class. So this change removes warnings like this: [repeat] /home/bwalker/src/netbeans/profiler/lib.profiler/src/org/netbeans/lib/profiler/heap/HprofInstanceValue.java:93: warning: [deprecation] Byte(byte) in Byte has been deprecated [repeat] return new Byte(bt); [repeat] ^ Also, added a couple of override annotations since I was here..
- Loading branch information
1 parent
de854f8
commit 4ae01ea
Showing
1 changed file
with
21 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters