diff options
author | Enbo Wang <wangenbo@huawei.com> | 2020-11-30 16:52:28 +0800 |
---|---|---|
committer | Enbo Wang <wangenbo@huawei.com> | 2020-11-30 19:00:07 +0800 |
commit | 2ec5cc6941918a3e525afa1e406835b6051e097b (patch) | |
tree | 84549012064cd40fc92d3b893194da76679414ea /common | |
parent | 0c17cd4391745818aac513c4cc5bd2e0252bd7b6 (diff) |
Fix SliceProfile for External RAN NSSMF
Issue-ID: SO-3274
Signed-off-by: Enbo Wang <wangenbo@huawei.com>
Change-Id: Ie142fdbef529c98cba9374b92aed97455af770f9
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java b/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java index 5edeb7e74f..3d0f70805c 100644 --- a/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java +++ b/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java @@ -32,7 +32,7 @@ import java.util.List; @ToString public class AnSliceProfile implements Serializable { /* - * Reference 3GPP TS 28.541 V16.5.0, Section 6.3.4. + * Reference 3GPP TS 28.541 V16.5.0. */ private static final long serialVersionUID = -3057342171549542794L; |