Use deepEquals.

- generated class potentially pass byte[] to this generated methods,
  which end up as reference equality test.
  This patch replaces them with  deepEquals to guard against such scenario/

e.g., org.onosproject.yang.gen.v1.ietfsnmp.rev20141210.ietfsnmpcommunity.snmp.augmentedsnmpsnmp.community.name.DefaultBinaryName

Change-Id: I13deaf2adb287a663e6e89d19a4d70f453897e8b
2 files changed
tree: f5621eaf6966bdaf7f3ccd0c22409887b14ad69a
  1. .gitignore
  2. .gitreview
  3. compiler/
  4. model/
  5. pom.xml
  6. runtime/
  7. serializers/
  8. tools/