code-examples-java
code-examples-java copied to clipboard
Move JWTConsoleApp to the correct package folder.
The java file is incorrectly placed, the folder should be the same as the package defined.
In other places the file is referenced as com.docusign.jwtconsoleapp.JWTConsoleApp, so this package is correct but the folder isn't.