aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dist/doc/examples/tracing/TwoDShape.java
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/doc/examples/tracing/TwoDShape.java')
-rw-r--r--docs/dist/doc/examples/tracing/TwoDShape.java11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/dist/doc/examples/tracing/TwoDShape.java b/docs/dist/doc/examples/tracing/TwoDShape.java
index 960a01b89..531b6f120 100644
--- a/docs/dist/doc/examples/tracing/TwoDShape.java
+++ b/docs/dist/doc/examples/tracing/TwoDShape.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,21 +8,13 @@ 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;
/**
- *
- * TwoDShape is an abstract class that defines generic functionality
+ * TwoDShape is an abstract class that defines generic functionality
* for 2D shapes.
- *
*/
public abstract class TwoDShape {
/**