Respect NonNull

This commit is contained in:
raoulvdberge
2017-07-31 00:23:15 +02:00
parent cfe737a79f
commit 003718b0a8

View File

@@ -29,7 +29,7 @@ public class CapabilityNetworkNodeProxy {
@Override
@Nonnull
public INetworkNode getNode() {
return null;
throw new UnsupportedOperationException("Cannot use default implementation");
}
});