Skip to content

Commit

Permalink
BPMSPL-114 - adding new command comments by id: bugfix in JaxbTask
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Rietveld committed Jul 25, 2015
1 parent 78a8113 commit 6d880b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ protected void initialize(T taskObject, Class<?> objectInterface) {
}
}

static <T> T unsupported(Class<?> realClass) {
static <T> T unsupported(Class<T> realClass) {
String methodName = (new Throwable()).getStackTrace()[1].getMethodName();
throw new UnsupportedOperationException(methodName + " is not supported on the JAXB " + realClass.getSimpleName() + " implementation.");
}
Expand Down

0 comments on commit 6d880b9

Please sign in to comment.