From 2ec5cc6941918a3e525afa1e406835b6051e097b Mon Sep 17 00:00:00 2001 From: Enbo Wang Date: Mon, 30 Nov 2020 16:52:28 +0800 Subject: Fix SliceProfile for External RAN NSSMF Issue-ID: SO-3274 Signed-off-by: Enbo Wang Change-Id: Ie142fdbef529c98cba9374b92aed97455af770f9 --- common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src/main') 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; -- cgit 1.2.3-korg