Do not open-code array copy operations 45/22045/2
authorRobert Varga <rovarga@cisco.com>
Sun, 7 Jun 2015 01:02:32 +0000 (03:02 +0200)
committerRobert Varga <rovarga@cisco.com>
Sun, 7 Jun 2015 01:03:50 +0000 (03:03 +0200)
commit5f2ce7a9a8bb4758dc94ff543b251d6a8f4b3e47
treefcc935cc5e7e43c3951cc484920fe16893b19fc8
parentb49f2a181517a041b2f26c5acb0591928ab148a0
Do not open-code array copy operations

System.arrayCopy() is the proper tool for the job, use it. Also add
final modifiers to arguments and organize imports.

Change-Id: I123c30c3e85b92a7b5d9a9f237cda019b7c362e0
Signed-off-by: Robert Varga <rovarga@cisco.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/convertor/IpConversionUtil.java