summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-07-14 12:32:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-07-14 14:03:35 +0200
commitdcded5774c02da6528cf2ff97b13a531c7cf6813 (patch)
treecd671091dda80e6c2827ade31ce2c8224c440fab /odk
parentd7827f712ddd21a6c1e151f54dc6eba5c12690da (diff)
Drop poor @attention paragraph
For one, Javadoc (unlike Doxygen) doesn't support @attention, so this caused a > Generating workdir/CustomTarget/odk/docs/java/ref/help-doc.html... > Note: Custom tags that could override future standard tags: @attention. To avoid potential overrides, use at least one period character (.) in custom tag names. > Note: Custom tags that were not seen: @attention warning during the build. And for another, that paragraph was phrased in poor, broken English and didn't add much value anyway. Change-Id: I603170ec262d042e92bdff38ae415dda0bcc28bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137053 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
index 18c45da85b79..4d88e7932d30 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
@@ -46,13 +46,6 @@ import com.sun.star.uno.UnoRuntime;
- a stream for input or output
- or a URL for creating such streams
- information about required action on filtering
-
- @attention This class mustn't be threadsafe - because instances of it
- are used temp. only - not as members. So no concurrent access
- should occur.
- Another reason: it would be very difficult to safe every
- access on our internal member. To do so - we must implement
- special methods instead of allowing pure member access.
************************************************************************-*/
public class FilterOptions