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

Commit

Permalink
follow up fix to daz
Browse files Browse the repository at this point in the history
  • Loading branch information
grze committed Apr 20, 2011
1 parent f834c45 commit c9d9cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public boolean apply( Cluster input ) {
} catch ( NoSuchElementException e ) {
try {
Cluster c = Clusters.getInstance( ).lookup( partitionName );
reply.getAvailabilityZoneInfo( ).addAll( this.getDescriptionEntry( c, args );
reply.getAvailabilityZoneInfo( ).addAll( this.getDescriptionEntry( c, args ) );
} catch ( NoSuchElementException ex ) {
}
}
Expand Down

0 comments on commit c9d9cac

Please sign in to comment.