diff options
author | aclement <aclement> | 2008-07-18 21:56:28 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-07-18 21:56:28 +0000 |
commit | d2ffd516f8c75144ab877e72b285de6197642341 (patch) | |
tree | 3ea9294c8022674a72859e93f0a43c2cb1ed3f52 /ajdoc/testdata | |
parent | 41f9314f6b9b29cf5a47ce32b37257834549b112 (diff) | |
download | aspectj-d2ffd516f8c75144ab877e72b285de6197642341.tar.gz aspectj-d2ffd516f8c75144ab877e72b285de6197642341.zip |
230234 comment 10 - ajdoc modifications and tests
Diffstat (limited to 'ajdoc/testdata')
-rw-r--r-- | ajdoc/testdata/pr164356/C.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ajdoc/testdata/pr164356/C.java b/ajdoc/testdata/pr164356/C.java index cb3891efb..f4925ec11 100644 --- a/ajdoc/testdata/pr164356/C.java +++ b/ajdoc/testdata/pr164356/C.java @@ -17,5 +17,12 @@ public class C { //******* description of goo public void goo() { } + + /*---------------------------*/ + /** + * description of bas + */ + public void bas() { + } } |