From 3d648e9bc3f39129ebfe0a6030e60de439f569e8 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 6 Nov 2008 05:39:53 +0000 Subject: [PATCH] * minor tweaks git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@3257 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- hera-core/src/doc/core.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +