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

coverity#1327095 UrF: Unread field

Change-Id: I297f4495a64d0fb32c7a07841668006c4f3f5ed6
üst 3110464a
...@@ -49,12 +49,8 @@ public class _XClipboard extends MultiMethodTest { ...@@ -49,12 +49,8 @@ public class _XClipboard extends MultiMethodTest {
* stores parameters passed to <code>lostOwnership</code> method. * stores parameters passed to <code>lostOwnership</code> method.
*/ */
static class MyOwner implements XClipboardOwner { static class MyOwner implements XClipboardOwner {
XClipboard board;
XTransferable contents;
public void lostOwnership(XClipboard board, XTransferable contents) { public void lostOwnership(XClipboard board, XTransferable contents) {
this.board = board;
this.contents = contents;
} }
} }
......
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