Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Oct 10, 2024
1 parent c7a092f commit 134947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/box/sdk/BoxAIExtractFieldOption.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class BoxAIExtractFieldOption extends BoxJSONObject {
/**
* A unique identifier for the option.
*/
final String key;
private final String key;

/**
* Constructs a BoxAIExtractFieldOption object with a given key.
Expand Down

0 comments on commit 134947a

Please sign in to comment.