coverity#1327143 UrF: Unread field

Change-Id: Iff1a546cca83fed6fc81836e447bc30d68969274
This commit is contained in:
Caolán McNamara 2015-11-24 09:33:19 +00:00
parent 606d0ef777
commit 8540bcc810

View file

@ -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()) ;