Skip to content

Commit

Permalink
Make a static method public
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Apr 10, 2024
1 parent 2fc6e78 commit 3584d9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Wandb build() {
}
}

static FineTuningJobIntegration wandbIntegration(Wandb wandb) {
public static FineTuningJobIntegration wandbIntegration(Wandb wandb) {
return new FineTuningJobIntegration(Constants.WANDB_INTEGRATION_TYPE, wandb);
}
}

0 comments on commit 3584d9a

Please sign in to comment.