summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/DataAware.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-14 15:41:30 +0200
committerNoel Grandin <noel@peralex.com>2014-10-14 15:41:30 +0200
commit959f7f2b7de87f75e83068efaeebe07d5c2be4ac (patch)
treebabb918c95ffcb175fa141f88990927d511c2663 /wizards/com/sun/star/wizards/ui/event/DataAware.java
parenta760e45df6602b9cf7b3fc728a8ed3e11f89b12b (diff)
java: remove useless javadoc tags
Change-Id: I83c59418c9eb32984dd5a2105e3d729e400520a4
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/DataAware.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java
index 32d8ded9236e..f55c48089663 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java
@@ -62,7 +62,6 @@ public abstract class DataAware {
/**
* returns the data object.
- * @return
*/
public Object getDataObject() {
return dataObject;