mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Rename UriInfoStore to ScmPathInfoStore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package sonia.scm.api.rest;
|
||||
|
||||
import sonia.scm.api.v2.resources.UriInfoStore;
|
||||
import sonia.scm.api.v2.resources.ScmPathInfoStore;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.ws.rs.container.ContainerRequestContext;
|
||||
@@ -10,10 +10,10 @@ import javax.ws.rs.ext.Provider;
|
||||
@Provider
|
||||
public class UriInfoFilter implements ContainerRequestFilter {
|
||||
|
||||
private final javax.inject.Provider<UriInfoStore> storeProvider;
|
||||
private final javax.inject.Provider<ScmPathInfoStore> storeProvider;
|
||||
|
||||
@Inject
|
||||
public UriInfoFilter(javax.inject.Provider<UriInfoStore> storeProvider) {
|
||||
public UriInfoFilter(javax.inject.Provider<ScmPathInfoStore> storeProvider) {
|
||||
this.storeProvider = storeProvider;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user