From 0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 09:54:58 +0200 Subject: java: remove commented out code Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36 --- bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'bridges/source/jni_uno/java') diff --git a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java index 6dcc106ed194..82731b54b635 100644 --- a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java +++ b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java @@ -181,7 +181,6 @@ public final class JNI_proxy implements java.lang.reflect.InvocationHandler { if (method_name.equals( "queryInterface" )) { - // Object queryInterface( Type type ) Object registered_proxy = m_java_env.getRegisteredInterface( m_oid, (Type)args[ 0 ] ); if (null == registered_proxy) @@ -200,7 +199,6 @@ public final class JNI_proxy implements java.lang.reflect.InvocationHandler } else if (method_name.equals( "getOid" )) { - // String getOid() return m_oid; } } -- cgit