commit | 33955f3e35af96d59868de9814481ee88bdedc2d | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Wed Aug 19 17:39:11 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Aug 20 00:46:33 2015 +0000 |
tree | 6fb272d409d9eef854da699506be70f5b829a04a | |
parent | 7628b5087bcf21f2b9c30ab88abf857cb4ee14a6 [diff] |
Fixed javadoc warnings & added a few deprecations. Change-Id: I89205b08bc5fcbfed769c489609a46d420ee227e
diff --git a/src/main/java/org/onosproject/segmentrouting/config/NetworkConfigService.java b/src/main/java/org/onosproject/segmentrouting/config/NetworkConfigService.java index 9c4ad6e..5685527 100644 --- a/src/main/java/org/onosproject/segmentrouting/config/NetworkConfigService.java +++ b/src/main/java/org/onosproject/segmentrouting/config/NetworkConfigService.java
@@ -16,7 +16,10 @@ * * TODO: return immutable objects or defensive copies of network config so that * users of this API do not inadvertently or maliciously change network config. + * + * @deprecated in Drake; see org.onosproject.net.config */ +@Deprecated public interface NetworkConfigService { /**