Kaydet (Commit) e524ecb3 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from jurt

Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a
Reviewed-on: https://gerrit.libreoffice.org/8276Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5d70084b
......@@ -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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment