From 9df59a277c97061522b7095ea0d11f5c7c79dde8 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Thu, 13 Feb 2020 09:27:52 +0100 Subject: [PATCH] Tried to clarify copied a bit more. --- chapters/annotations.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index d66d3ad7e..bf858c23a 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -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: @@ -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