Clean up OvsdbPortUpdateCommand.java
authorRyan Goulding <ryandgoulding@gmail.com>
Fri, 10 Apr 2015 20:26:15 +0000 (16:26 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Sat, 11 Apr 2015 13:25:00 +0000 (09:25 -0400)
commit1ac1ea0738fad91c3b6ade982c709ba80528c2e6
treed3d977e27ee39a177e3ae36efcd219602748dc89
parentd0bd8123e9b46084c840fd4a7d2c266fb9e29dbc
Clean up OvsdbPortUpdateCommand.java

This change abstracts the different steps involved in the
OvsdbPortUpdateCommand.execute() method so that the code is more readable. The
individual steps have been put into the appropriate private helper methods.

Change-Id: Ifacdc0fe44f0555da690ca1c306b0462d34bc24e
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>