Skip to content

Commit 68570d8

Browse files
Update SandboxTask.java
Signed-off-by: Kiran Prakash <[email protected]>
1 parent fb31544 commit 68570d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/search/sandboxing/SandboxTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
package org.opensearch.search.sandboxing;
1010

1111
/**
12-
* This interface can be implemented by tasks which will be tracked and monitored using {@link org.opensearch.cluster.metadata.ResourceLimitGroup}
12+
* This interface can be implemented by tasks which will be tracked and monitored using {@link org.opensearch.cluster.metadata.Sandbox}
1313
*/
1414
public interface SandboxTask {
1515
void setSandboxId(String sandboxId);

0 commit comments

Comments
 (0)