X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=datafilecollector%2Fsrc%2Fmain%2Fjava%2Forg%2Foran%2Fdatafile%2Fdatastore%2FFileStore.java;h=a6711c6e19e758268428c9e5a14b2a6c4fb497dc;hb=5a2b5a8c4af4e390224db81fa546c780b7ab265c;hp=a8408a83033dabd731ce8be86e332c35dfc77a0c;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java b/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java index a8408a8..a6711c6 100644 --- a/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java +++ b/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2021 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -138,7 +138,7 @@ public class FileStore implements DataStore { return Mono.just("OK"); } - private Path path(String name) { + public Path path(String name) { return Path.of(appConfig.getCollectedFilesPath(), name); }