File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
server/src/main/java/org/elasticsearch/repositories Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 99package org .elasticsearch .repositories ;
1010
1111import org .elasticsearch .cluster .DiffableUtils ;
12- import org .elasticsearch .cluster .metadata .Metadata ;
1312import org .elasticsearch .cluster .metadata .ProjectId ;
1413import org .elasticsearch .common .io .stream .StreamInput ;
1514import org .elasticsearch .common .io .stream .StreamOutput ;
1615import org .elasticsearch .common .io .stream .Writeable ;
17- import org .elasticsearch .core .FixForMultiProject ;
1816
1917import java .io .IOException ;
2018
@@ -26,10 +24,7 @@ public interface RepositoryOperation {
2624 /**
2725 * Project for which repository belongs to.
2826 */
29- @ FixForMultiProject (description = "default implementation is temporary" )
30- default ProjectId projectId () {
31- return Metadata .DEFAULT_PROJECT_ID ;
32- }
27+ ProjectId projectId ();
3328
3429 /**
3530 * Name of the repository affected.
You can’t perform that action at this time.
0 commit comments