summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-11-09 11:07:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-11-09 14:27:47 +0100
commiteee1ff965143910eb52895af471b260564938db6 (patch)
tree4fb4a55b5b9a8e853cd3ed321a8d953e4b0df3a9 /wizards
parentb4cbd33588c194c21926bf6ab70aa76088a9bb09 (diff)
enable unchecked lint for our java code
and annotate where necessary, mostly just suppressing the warnings Change-Id: I8e39d797cde6c7c3f4e3e1bd93a128965ecec81d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159205 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/ButtonList.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ButtonList.java b/wizards/com/sun/star/wizards/ui/ButtonList.java
index 522768bf8c07..a129fe97c8fc 100644
--- a/wizards/com/sun/star/wizards/ui/ButtonList.java
+++ b/wizards/com/sun/star/wizards/ui/ButtonList.java
@@ -375,6 +375,7 @@ public class ButtonList implements XItemEventBroadcaster, XActionListener
/** Notifies all registered listeners about the event.
*
*/
+ @SuppressWarnings("unchecked")
private void fireItemSelected()
{
java.util.ArrayList<XItemListener> list;