commit | 2aa93384ae07c60fd0b2834761a3086892581f74 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Apr 05 17:39:44 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Apr 06 17:37:12 2016 +0000 |
tree | 971e4ffefe3116b1ddae028eb9bacd99421102eb | |
parent | 6f1232950582ae542f5ddff3ba4f08c5ae9af275 [diff] |
Javadoc warning fixes Change-Id: I30b3398b849da5d528f2bce58004d190ca17ad50
diff --git a/src/main/java/org/onosproject/segmentrouting/config/DeviceProperties.java b/src/main/java/org/onosproject/segmentrouting/config/DeviceProperties.java index 632eeec..3780db7 100644 --- a/src/main/java/org/onosproject/segmentrouting/config/DeviceProperties.java +++ b/src/main/java/org/onosproject/segmentrouting/config/DeviceProperties.java
@@ -92,8 +92,8 @@ * Value: a list of ports, which are bound to the subnet * * @param deviceId device identifier + * @throws DeviceConfigNotFoundException if the device configuration is not found * @return a map that contains all subnet-to-ports mapping of given device - * @throws DeviceConfigNotFoundException */ Map<Ip4Prefix, List<PortNumber>> getSubnetPortsMap(DeviceId deviceId) throws DeviceConfigNotFoundException;