#i21858# - removal of framework namespace from namespace of

UNO interfaces and services
This commit is contained in:
Tomas O'Connor
2003-10-29 14:01:18 +00:00
parent 4b5e3758fc
commit 2a5ee2e1a5
34 changed files with 198 additions and 200 deletions

View File

@@ -42,7 +42,7 @@ public class LogUtils {
String result = "";
try
{
baos = new ByteArrayOutputStream( 128 );
baos = new ByteArrayOutputStream( );
ps = new PrintStream( baos );
e.printStackTrace( ps );
}