Drop Nokia from file header copyright line
[portal/ric-dashboard.git] / webapp-backend / src / test / java / org / oransc / ric / portal / dashboard / config / A1MediatorMockConfiguration.java
index bf74a91..2d31c0e 100644 (file)
@@ -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);