|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
PropagationRuleFactory.java | - | 100% | 100% | 100% |
|
1 | package org.jboss.cache.pojo.test.propagation.impl; | |
2 | ||
3 | import org.jboss.cache.pojo.test.propagation.PropagationRule; | |
4 | ||
5 | public class PropagationRuleFactory | |
6 | { | |
7 | 36 | public static PropagationRule getPropagationRule() |
8 | { | |
9 | 36 | return new ORSummaryRule(); |
10 | } | |
11 | } |
|