odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
 |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit dcded5774c02da6528cf2ff97b13a531c7cf6813
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Jul 14 12:32:54 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Jul 14 14:03:35 2022 +0200

    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 <sberg...@redhat.com>

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

Reply via email to