Kaydet (Commit) 8540bcc8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327143 UrF: Unread field

Change-Id: Iff1a546cca83fed6fc81836e447bc30d68969274
üst 606d0ef7
......@@ -43,8 +43,6 @@ import com.sun.star.uno.XInterface;
*/
public class _XAcceptor extends MultiMethodTest {
protected PrintWriter log_ ;
/**
* Calls <code>accept()</code> method in a separate thread.
* Then stores exception thrown by call if it occurred, or
......@@ -98,8 +96,6 @@ public class _XAcceptor extends MultiMethodTest {
connectString = (String)
tEnv.getObjRelation("XAcceptor.connectStr") ;
log_ = log ;
if (connectString == null)
throw new StatusException("No object relation found",
new NullPointerException()) ;
......
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