summaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2013-04-03 23:30:53 -0700
committerHarvey Harrison <[email protected]>2013-04-03 23:30:53 -0700
commitd70f55e63c38331486249bdfdbd1234ce4bbeb09 (patch)
treec9b3bb6b33ada57aabaf1e6d9e3729daa05ec88a /src/native
parentbdbba7ca4ae73c3212a46318dab83731706c4e3e (diff)
gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and clone()
ArrayList.clone does _not_ make a shallow copy, a new internal array is allocated. As such, there is nearly no benefit to using clone(). Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/native')
0 files changed, 0 insertions, 0 deletions