Skip to content

Commit

Permalink
java docs
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed May 30, 2024
1 parent 7ae0005 commit 6e03383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public class SandboxService extends AbstractLifecycleComponent {
/**
* Guice managed constructor
*
* @param sandboxUsageTracker
* @param sandboxUsageTracker tracker service
// * @param sandboxPruner
// * @param sandboxServiceSettings
* @param threadPool
* @param threadPool threadpool this will be used to schedule the service
*/
@Inject
public SandboxService(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public class SandboxResourceUsageTrackerService implements SandboxUsageTracker,
/**
* SandboxResourceTrackerService constructor
*
* @param taskManager
* @param taskResourceTrackingService
* @param taskManager Task Manager service for keeping track of currently running tasks on the nodes
* @param taskResourceTrackingService Service that helps track resource usage of tasks running on a node.
*/
@Inject
public SandboxResourceUsageTrackerService(
Expand Down

0 comments on commit 6e03383

Please sign in to comment.