Bug 5947: additional tests for mdsal project #10
[mdsal.git] / model / ietf / ietf-type-util / src / test / java / org / opendaylight / mdsal / model / ietf / util / MacUtil.java
index c1b4a7764e5466b0b73dc175beea9b72c438dcab..e5ca1a75538f461758bff031d17c725ff99c8271 100644 (file)
@@ -15,6 +15,6 @@ final class MacUtil extends AbstractIetfYangUtil<MacClass> {
 
     @Override
     protected String getValue(final MacClass macAddress) {
-        return macAddress._value;
+        return macAddress.getValue();
     }
 }
\ No newline at end of file