diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-03 15:20:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-06 11:45:58 +0200 |
commit | 8bebd29976f41cb8793804f3e0b22ef75c56d8dd (patch) | |
tree | 3a9b5803cd5b8cf2f7ddafbc41cd92bb369953a0 /javaunohelper | |
parent | 402c8f5f1efd053cc69556d63999955b3af4f41d (diff) |
Java cleanup, remove unnecessary @SuppressWarnings annotations
Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java index cd57c6357330..dae489fd4c66 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin.java @@ -200,7 +200,6 @@ public final class PropertySetMixin { {@link BoundListeners#notifyListeners} has not yet been called); may only be null if the attribute that is going to be set is not bound */ - @SuppressWarnings("unchecked") public void prepareSet( String propertyName, Object oldValue, Object newValue, BoundListeners bound) |