Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix for deployments with REST api
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Oct 13, 2014
1 parent 1c02db0 commit c1dcf32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -274,7 +274,7 @@ public boolean removeConfiguration( final ConfigGroup configGroup ) {
protected String getIdentityName() {
try {
return identity.getIdentifier();
} catch ( ContextNotActiveException e ) {
} catch ( Exception e ) {
return "unknown";
}
}
Expand Down

0 comments on commit c1dcf32

Please sign in to comment.