Skip to content

Commit d98bdff

Browse files
committed
small bugfix
1 parent 81c2a3f commit d98bdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/crocodoc/CrocodocException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class CrocodocException extends Exception {
1212
*
1313
* @var code
1414
*/
15-
private static String code = null;
15+
private String code = null;
1616

1717
/**
1818
* The constructor function for CrocodocException

0 commit comments

Comments
 (0)