diff --git a/hera-core/src/doc/core.xml b/hera-core/src/doc/core.xml index 73003ea..025bc7d 100644 --- a/hera-core/src/doc/core.xml +++ b/hera-core/src/doc/core.xml @@ -179,7 +179,7 @@ public class HostImpl implements Host { decision. Consider the following example: - + Usage of Plugin interface public enum ProductType { @@ -198,7 +198,7 @@ public interface ProductProcessor extends Plugin<ProductType> { logic in process(Product product). - + PluginRegistry Using a List as plugin container as @@ -253,4 +253,4 @@ registry.getPluginsFor(ProductType.HARDWARE, new MyException("Damn!"); - \ No newline at end of file +