Skip to content

Commit

Permalink
Just state that overriding has no effect, without "meaningful".
Browse files Browse the repository at this point in the history
Closes #2193
  • Loading branch information
HansOlsson committed Jul 4, 2019
1 parent f651bf4 commit 723ec63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1808,8 +1808,8 @@ \subsection{Protection of Classes}\doublelabel{protection-of-classes}
Protection annotation with ``\lstinline!access!'' {[}\emph{e.g. if the annotation is
given on the top level of a package and at no other class in this
package, then the annotation holds for all classes in this package}{]}.
Overriding ``\lstinline!access=Access.hide!'' and ``\lstinline!access=Access.packageDuplicate!''
has no meaningful effect.
Overriding ``\lstinline!access=Access.hide!'' or ``\lstinline!access=Access.packageDuplicate!''
has no effect.

{[}\emph{It is currently not standardized which result variables are
accessible for plotting. It seems natural to not introduce new flags for
Expand Down

0 comments on commit 723ec63

Please sign in to comment.