Bug 5325 Missing sfc action in rules
[groupbasedpolicy.git] / neutron-mapper / src / main / java / org / opendaylight / groupbasedpolicy / neutron / mapper / mapping / rule / SecRuleEntityDecoder.java
index ea3550dab6e006c3555dbf42fd79919012938d8b..bfda7e364d52eea7586773412a1845ea6b5b91cb 100755 (executable)
@@ -64,9 +64,6 @@ public class SecRuleEntityDecoder {
         return new EndpointGroupId(Utils.normalizeUuid(secRule.getSecurityRuleGroupID()));\r
     }\r
 \r
-    /**\r
-     * @return {@code null} if {@link NeutronSecurityRule#getSecurityRemoteGroupID()} is null\r
-     */\r
     public static @Nullable EndpointGroupId getConsumerEpgId(NeutronSecurityRule secRule) {\r
         if (Strings.isNullOrEmpty(secRule.getSecurityRemoteGroupID())) {\r
             return null;\r