diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 12:15:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:18 +0200 |
commit | b58c053fed3c7e2e1e6a4195254e639976a3a809 (patch) | |
tree | 9a7b7f6ed06ee9dc53b6b501112a1fe520e4fccb /sc | |
parent | d07539ea5e7c2d99e9cc58a00726ecebe56cf018 (diff) |
java: remove unnecessary semi-colons
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/complex/dataPilot/_XPropertySet.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java index d163dbef37fb..2e1bde305ed2 100644 --- a/sc/qa/complex/dataPilot/_XPropertySet.java +++ b/sc/qa/complex/dataPilot/_XPropertySet.java @@ -80,7 +80,7 @@ public class _XPropertySet { propertyChanged = true; } public void disposing (EventObject obj) {} - }; + } /** @@ -104,7 +104,7 @@ public class _XPropertySet { vetoableChanged = true; } public void disposing (EventObject obj) {} - }; + } /** |