Skip to content

Commit

Permalink
[AS7-3386] Minor base-cache-container start attribute parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentDouglas authored and bstansberry committed Jan 27, 2012
1 parent 91efd05 commit f52ec77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ private void parseContainer(XMLExtendedStreamReader reader, ModelNode subsystemA
break;
}
case START: {
container.get(ModelKeys.START).set(Boolean.parseBoolean(value));
container.get(ModelKeys.START).set(value);
break;
}
case LISTENER_EXECUTOR: {
Expand Down

0 comments on commit f52ec77

Please sign in to comment.