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

coverity#1327144 UrF: Unread field

since

commit 7650a60b
Author: Stephan Wunderlich <sw@openoffice.org>
Date:   Mon Feb 3 15:42:43 2003 +0000

    CHG: removed obsolete lines

Change-Id: Ic03a2619a974005bbd2a60326a3dddb8cc394f83
üst 17d5c40e
......@@ -31,21 +31,13 @@ import com.sun.star.lang.WrappedTargetException;
* <ul>
* <li><code> hasMoreElements()</code></li>
* <li><code> nextElement()</code></li>
* </ul> <p>
* This test needs the following object relations :
* <ul>
* <li> <code>'ENUM'</code> (of type <code>XEnumerationAccess</code>):
* This test creates its own oObj because the method nextElement()
* will be modified this Object directly so other threads may be failed.
* </li>
* <ul> <p>
* </ul>
* Test is multithread compliant. <p>
* @see com.sun.star.container.XEnumeration
*/
public class _XEnumeration extends MultiMethodTest {
public XEnumeration oObj = null;
public XEnumerationAccess Enum = null;
/**
* Retrieves relation and sets oObj to a separate enumeration
......
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