X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fsrc%2Fmain%2Fjava%2Forg%2Foransc%2Fenrichment%2Fcontrollers%2Fconsumer%2FConsumerConsts.java;h=a8e88d8b3fbb6241e70919f2e66340935e25a23f;hb=refs%2Fchanges%2F28%2F4828%2F2;hp=d38d6dcae7fdc919f69b8d2d2fc1c3211ac5e700;hpb=6f86ab364ac739951556bf2d5bf70429b518de47;p=nonrtric.git diff --git a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java index d38d6dca..a8e88d8b 100644 --- a/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java +++ b/enrichment-coordinator-service/src/main/java/org/oransc/enrichment/controllers/consumer/ConsumerConsts.java @@ -1,9 +1,9 @@ /*- * ========================LICENSE_START================================= - * ONAP : ccsdk oran - * ====================================================================== - * Copyright (C) 2020 Nordix Foundation. All rights reserved. - * ====================================================================== + * O-RAN-SC + * %% + * Copyright (C) 2020 Nordix Foundation + * %% * 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 @@ -22,7 +22,7 @@ package org.oransc.enrichment.controllers.consumer; public class ConsumerConsts { - public static final String A1E_API_ROOT = "/A1-EI/v1"; + public static final String API_ROOT = "/A1-EI/v1"; public static final String CONSUMER_API_NAME = "A1-E Enrichment Data Consumer API"; public static final String OWNER_PARAM = "owner"; public static final String OWNER_PARAM_DESCRIPTION = "identifies the owner of the job";