Skip to content

Commit

Permalink
Remove some unused code in StoreWriteBehindResourceDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jul 14, 2014
1 parent cf4e5ef commit cb5db2e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import org.jboss.as.clustering.controller.ReloadRequiredAddStepHandler;
import org.jboss.as.controller.AttributeDefinition;
import org.jboss.as.controller.ModelVersion;
import org.jboss.as.controller.ObjectTypeAttributeDefinition;
import org.jboss.as.controller.OperationStepHandler;
import org.jboss.as.controller.PathElement;
import org.jboss.as.controller.ReloadRequiredRemoveStepHandler;
Expand Down Expand Up @@ -84,11 +83,6 @@ public class StoreWriteBehindResourceDefinition extends SimpleResourceDefinition
FLUSH_LOCK_TIMEOUT, MODIFICATION_QUEUE_SIZE, THREAD_POOL_SIZE, SHUTDOWN_TIMEOUT
};

static final ObjectTypeAttributeDefinition WRITE_BEHIND_OBJECT = ObjectTypeAttributeDefinition.Builder.of(ModelKeys.WRITE_BEHIND, ATTRIBUTES)
.setAllowNull(true)
.setSuffix("write-behind")
.build();

static void buildTransformation(ModelVersion version, ResourceTransformationDescriptionBuilder parent) {
ResourceTransformationDescriptionBuilder builder = parent.addChildResource(PATH);

Expand Down

0 comments on commit cb5db2e

Please sign in to comment.