1 package org.jboss.cache.pojo.test.propagation.impl;2 3 import org.jboss.cache.pojo.test.propagation.PropagationRule;4 5 public class PropagationRuleFactory6 {7 public static PropagationRule getPropagationRule()8 {9 return new ORSummaryRule();10 }11 }12