From dd1203a376d6b0dcc865735cf50288a83e710b05 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 13 Jan 2006 17:07:57 +0000 Subject: more ajdoc changes - see pr121711 - from Helen. --- ajdoc/testdata/coverage/foo/ModelCoverage.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ajdoc/testdata/coverage/foo/ModelCoverage.java') diff --git a/ajdoc/testdata/coverage/foo/ModelCoverage.java b/ajdoc/testdata/coverage/foo/ModelCoverage.java index b05d7bc72..695026642 100644 --- a/ajdoc/testdata/coverage/foo/ModelCoverage.java +++ b/ajdoc/testdata/coverage/foo/ModelCoverage.java @@ -6,6 +6,10 @@ import java.util.List; interface I { } +/** + * doc about the Point class........ + * + */ class Point { int x; static int sx; @@ -28,7 +32,8 @@ class Point { } public int changeX(int x) { - this.x = x; + //this.x = x; + setX(x); return x; } -- cgit v1.2.3