Skip to content

Commit

Permalink
Update java.mdx (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: XiaotianZha <[email protected]>
  • Loading branch information
XiaotianZha authored Aug 26, 2024
1 parent a2bdf19 commit 553fd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/getting-started/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import org.springframework.context.annotation.Configuration;
public class OpenFeatureBeans {

@Bean
public OpenFeatureAPI OpenFeatureAPI() {
public OpenFeatureAPI openFeatureAPI() {
final OpenFeatureAPI openFeatureAPI = OpenFeatureAPI.getInstance();

return openFeatureAPI;
Expand Down

0 comments on commit 553fd0a

Please sign in to comment.