Author: simonetripodi
Date: Mon Apr  1 19:13:03 2013
New Revision: 1463255

URL: http://svn.apache.org/r1463255
Log:
trivial: code format, no functional modification

Modified:
    
incubator/onami/trunk/lifecycle/core/src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java

Modified: 
incubator/onami/trunk/lifecycle/core/src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java
URL: 
http://svn.apache.org/viewvc/incubator/onami/trunk/lifecycle/core/src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java?rev=1463255&r1=1463254&r2=1463255&view=diff
==============================================================================
--- 
incubator/onami/trunk/lifecycle/core/src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java
 (original)
+++ 
incubator/onami/trunk/lifecycle/core/src/main/java/org/apache/onami/lifecycle/core/StageableTypeMapper.java
 Mon Apr  1 19:13:03 2013
@@ -29,6 +29,7 @@ import java.lang.annotation.Annotation;
  */
 public interface StageableTypeMapper<A extends Annotation>
 {
+
     /**
      * Register a new {@link Stageable} with the type that created it
      *
@@ -36,4 +37,5 @@ public interface StageableTypeMapper<A e
      * @param parentType     the owning type being heard
      */
     public <I> void registerType( Stageable stageable, TypeLiteral<I> 
parentType );
+
 }


Reply via email to