Skip to content

Commit cee1ed3

Browse files
Fixed typo
fixed typo (string -> String)
1 parent 6e6c550 commit cee1ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scribejava-apis/src/test/java/com/github/scribejava/apis/examples/Box20Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ private Box20Example() {
2424
public static void main(String... args) throws IOException {
2525
//Replace these with your client id and secret
2626
final String clientId = "your client id";
27-
final string clientSecret = "your client secret";
27+
final String clientSecret = "your client secret";
2828
final String secretState = "secret" + new Random().nextInt(999_999);
2929
final OAuth20Service service = new ServiceBuilder()
3030
.apiKey(clientId)

0 commit comments

Comments
 (0)