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

coverity#1328489 SIC: Inner class could be made static

Change-Id: Icca5032f27a25e3e67e821aa338c428687249ba2
üst 5e89fc23
......@@ -44,7 +44,7 @@ public class _XConfirmDeleteBroadcaster extends MultiMethodTest {
protected XConfirmDeleteListener mxConfirmDeleteListener =
new ConfirmDeleteImpl();
private class ConfirmDeleteImpl implements XConfirmDeleteListener {
private static class ConfirmDeleteImpl implements XConfirmDeleteListener {
public boolean confirmDelete(RowChangeEvent rowChangeEvent) {
return true;
}
......
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