Skip to content

Commit

Permalink
minor access change
Browse files Browse the repository at this point in the history
  • Loading branch information
IoannisPanagiotas committed Sep 4, 2024
1 parent abab101 commit 2170dce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ <CONFIGURATION extends GraphSageBaseConfig> GraphSageProcessParameters graphSage
return new GraphSageProcessParameters(validationHook,relationshipWeightPropertyFromTrainConfiguration);
}

public record GraphSageProcessParameters(GraphSageValidationHook validationHook, Optional<String> relationshipWeightPropertyFromTrainConfiguration){}
record GraphSageProcessParameters(GraphSageValidationHook validationHook, Optional<String> relationshipWeightPropertyFromTrainConfiguration){}
}

0 comments on commit 2170dce

Please sign in to comment.