X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RSM%2Frsmerrors%2Finvalid_json_error.go;h=36fb20260e84a40e1475424e2cadc8c4f740c0a4;hb=4dc2959434210acfe738164d3b64ab76b5d0fd2a;hp=38a9d694ee36ebe31771ba6180f381f59bdf03e7;hpb=7b80668df78103cebafdfb7caa0070dc92ed3779;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/rsmerrors/invalid_json_error.go b/RSM/rsmerrors/invalid_json_error.go index 38a9d69..36fb202 100644 --- a/RSM/rsmerrors/invalid_json_error.go +++ b/RSM/rsmerrors/invalid_json_error.go @@ -13,11 +13,13 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -// -package rsmerrors +// This source code is part of the near-RT RIC (RAN Intelligent Controller) +// platform project (RICP). +package rsmerrors + type InvalidJsonError struct { *BaseError } @@ -34,4 +36,3 @@ func NewInvalidJsonError() *InvalidJsonError { func (e *InvalidJsonError) Error() string { return e.Message } -