Skip to content

Commit

Permalink
Tried to clarify copied a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 13, 2020
1 parent faaef75 commit 9df59a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/annotations.tex
Expand Up @@ -1802,7 +1802,7 @@ \subsection{Protection of Classes}\doublelabel{protection-of-classes}
\item
\lstinline!Access.nonPackageText!\\
Same as \lstinline!Access.diagram! and additionally if it is not a package: the
whole class definition can be accessed (but cannot be copied).
whole class definition can be accessed (but that text cannot be copied, i.e., you can see but not copy the source code).
\item
\lstinline!Access.nonPackageDuplicate!\\
Same as \lstinline!Access.nonPackageText! and additionally if it is not a package:
Expand All @@ -1811,7 +1811,7 @@ \subsection{Protection of Classes}\doublelabel{protection-of-classes}
\lstinline!Access.packageText!\\
Same as \lstinline!Access.diagram! (note: \textbf{not} including all rights of
\lstinline!Access.nonPackageDuplicate!) and additionally the whole class
definition can be accessed (but cannot be copied).
definition can be accessed (but that text cannot be copied, i.e., you can see but not copy the source code).
\item
\lstinline!Access.packageDuplicate!\\
Same as \lstinline!Access.packageText! and additionally the class, or part of the
Expand Down

0 comments on commit 9df59a2

Please sign in to comment.