X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fconfig%2FA1MediatorMockConfiguration.java;h=2d31c0eb15474042de4f5e490c1146238620e91a;hb=a1a3e0d2f8732570ad9688a842a86f513b40005b;hp=bf74a91e032237a26592020098de7c2499c223b5;hpb=749749f288de7ef42e3d1507c7f07a4453a774b4;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java index bf74a91e..2d31c0eb 100644 --- a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java +++ b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ public class A1MediatorMockConfiguration { // Define a mock AC policy ObjectMapper mapper = new ObjectMapper(); ObjectNode node = mapper.createObjectNode(); - // These fields are defined in the ACAdmissionIntervalControl + // These fields are defined in the ACAdmissionIntervalControl // Typescript interface, but are otherwise unknown to this backend. node.put("enforce", Boolean.TRUE); node.put("window_length", 0);