diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2013-10-18 00:16:51 -0700 |
---|---|---|
committer | Harvey Harrison <harvey.harrison@gmail.com> | 2013-10-18 00:16:51 -0700 |
commit | 9b2013182516b77a39123894ad1b71619bd9785b (patch) | |
tree | 48d9ec72215ea8c4cf32f0f4c02174dd07fbeb5e /src/jogl/classes/com/jogamp/opengl/math/Quaternion.java | |
parent | 5ef943ff0669e9bc6ea367703b12d89cf776f6ca (diff) |
jogl: avoid creating a second String object, one is enough
One String is already being built, passing it to new String() is just wasteful as
the temp String can be returned just as easily.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/math/Quaternion.java')
0 files changed, 0 insertions, 0 deletions