X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-dao%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fsdc%2Fbe%2Fdao%2Fgraph%2Fdatatype%2FAdditionalInformationEnum.java;h=bbfe00bafa114e951ce2b3655b34b77ae9aceae1;hb=908c0f0e5a3d1ae44de93b06d61e54869831415e;hp=ea59ef81acca78b7a910d5807a1d7e24ac71f6fb;hpb=c783eb50e01dbdbd478ec73ae9271da0cb49d9c2;p=sdc.git diff --git a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/graph/datatype/AdditionalInformationEnum.java b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/graph/datatype/AdditionalInformationEnum.java index ea59ef81ac..bbfe00bafa 100644 --- a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/graph/datatype/AdditionalInformationEnum.java +++ b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/graph/datatype/AdditionalInformationEnum.java @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -17,9 +17,6 @@ * limitations under the License. * ============LICENSE_END========================================================= */ - package org.openecomp.sdc.be.dao.graph.datatype; -public enum AdditionalInformationEnum { - Label, Value, None; -} +public enum AdditionalInformationEnum {Label, Value, None;}