Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/taskbar/FloaterFactoryFactory.java

Diff revisions: vs.
  @@ -3,16 +3,13 @@
3 3
4 4 import org.litesoft.logger.*;
5 5
6 - public interface FloaterFactoryFactory
7 - {
6 + public interface FloaterFactoryFactory {
8 7 public void launchFloater( String pFloaterFactoryRef );
9 8
10 - public static class NullFloaterFactoryFactory implements FloaterFactoryFactory
11 - {
9 + public static class NullFloaterFactoryFactory implements FloaterFactoryFactory {
12 10 public static final Logger LOGGER = LoggerFactory.getLogger( NullFloaterFactoryFactory.class );
13 11
14 - public void launchFloater( String pFloaterFactoryRef )
15 - {
12 + public void launchFloater( String pFloaterFactoryRef ) {
16 13 LOGGER.debug.log( "launchFloater( " + pFloaterFactoryRef + " )" );
17 14 }
18 15 }