Skip to content
Snippets Groups Projects

Update packages to split utils, caching, rest functions to own packages

5 unresolved threads
Files
164
/**
* Copyright (c) 2023 Eclipse Foundation
* Copyright (c) 2023, 2024 Eclipse Foundation
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
@@ -9,7 +9,7 @@
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipsefoundation.core.config;
package org.eclipsefoundation.caching.config;
import java.time.Duration;
import java.util.Map;
Loading