[Libreoffice-commits] core.git: jurt/com jurt/test

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 08:09:48 PST 2014


 jurt/com/sun/star/comp/loader/FactoryHelper.java  |    4 +--
 jurt/test/com/sun/star/uno/AnyConverter_Test.java |   24 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit e524ecb3c9eedee99a1acd33c785592e9ae3bd54
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 19:10:01 2014 +0100

    Remove visual noise from jurt
    
    Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a
    Reviewed-on: https://gerrit.libreoffice.org/8276
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java
index e035082..ea7536a 100644
--- a/jurt/com/sun/star/comp/loader/FactoryHelper.java
+++ b/jurt/com/sun/star/comp/loader/FactoryHelper.java
@@ -170,7 +170,7 @@ public class FactoryHelper {
         }
 
         // XComponentContext impl
-        //______________________________________________________________________________________________
+
         public Object createInstanceWithContext(
             XComponentContext xContext )
             throws com.sun.star.uno.Exception
@@ -236,7 +236,7 @@ public class FactoryHelper {
                 throw new com.sun.star.uno.Exception( instantiationException.toString() );
             }
         }
-        //______________________________________________________________________________________________
+
         public Object createInstanceWithArgumentsAndContext(
             Object rArguments[], XComponentContext xContext )
             throws com.sun.star.uno.Exception
diff --git a/jurt/test/com/sun/star/uno/AnyConverter_Test.java b/jurt/test/com/sun/star/uno/AnyConverter_Test.java
index daf129e..26492f1 100644
--- a/jurt/test/com/sun/star/uno/AnyConverter_Test.java
+++ b/jurt/test/com/sun/star/uno/AnyConverter_Test.java
@@ -23,18 +23,18 @@ import org.junit.Test;
 import static org.junit.Assert.*;
 
 public final class AnyConverter_Test {
-    Any anyBool; //
-    Any anyChar; //
-    Any anyByte; //
-    Any anyShort; //
-    Any anyInt; //
-    Any anyLong; //
-    Any anyFloat; //
-    Any anyDouble; //
-    Any anyStr; //
-    Any anyType; //
-    Any anyArByte; //
-    Any anyVoid;   //
+    Any anyBool;
+    Any anyChar;
+    Any anyByte;
+    Any anyShort;
+    Any anyInt;
+    Any anyLong;
+    Any anyFloat;
+    Any anyDouble;
+    Any anyStr;
+    Any anyType;
+    Any anyArByte;
+    Any anyVoid;
     Any anyXTypeProvider;
 
     Boolean aBool= new Boolean(true);


More information about the Libreoffice-commits mailing list