diff options
Diffstat (limited to 'docs/dist/doc/examples/tracing/version2/TraceMyClasses.java')
-rw-r--r-- | docs/dist/doc/examples/tracing/version2/TraceMyClasses.java | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/dist/doc/examples/tracing/version2/TraceMyClasses.java b/docs/dist/doc/examples/tracing/version2/TraceMyClasses.java index a3ae99e95..d9ba21c54 100644 --- a/docs/dist/doc/examples/tracing/version2/TraceMyClasses.java +++ b/docs/dist/doc/examples/tracing/version2/TraceMyClasses.java @@ -1,5 +1,4 @@ /* - Copyright (c) Xerox Corporation 1998-2002. All rights reserved. Use and copying of this software and preparation of derivative works based @@ -9,11 +8,6 @@ laws. This software is made available AS IS, and Xerox Corporation makes no warranty about the software, its performance or its conformity to any specification. - -|<--- this code is formatted to fit into 80 columns --->| -|<--- this code is formatted to fit into 80 columns --->| -|<--- this code is formatted to fit into 80 columns --->| - */ package tracing.version2; @@ -25,7 +19,7 @@ import tracing.ExampleMain; /** * - * This class concretizes the abstract crosscut in Trace, + * This class concretizes the abstract crosscut in Trace, * applying the trace facility to these application classes. * */ |