We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c2a3f commit d98bdffCopy full SHA for d98bdff
src/com/crocodoc/CrocodocException.java
@@ -12,7 +12,7 @@ public class CrocodocException extends Exception {
12
*
13
* @var code
14
*/
15
- private static String code = null;
+ private String code = null;
16
17
/**
18
* The constructor function for CrocodocException
0 commit comments