Skip to content

Commit 7a10e13

Browse files
committed
Rename example
1 parent efcbd1d commit 7a10e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/com/convertapi/examples/TokenAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* Most simple conversion example with token authentication
1010
*/
11-
public class SimpleConversion {
11+
public class TokenAuthentication {
1212

1313
public static void main(String[] args) {
1414
Config.setDefaultToken(getenv("CONVERTAPI_TOKEN")); // Generate your token: https://www.convertapi.com/doc/auth

0 commit comments

Comments
 (0)