diff options
author | Andy Clement <aclement@pivotal.io> | 2019-11-28 10:36:06 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-11-28 10:36:06 -0800 |
commit | 2dbe85d6a38f613d56e6ef544d36dbc33df2aa9d (patch) | |
tree | faf78fc20652805549252b503aa1652e0a60283d /docs | |
parent | d709a2a55e51f63dff9af02eae4b6fe701286eb0 (diff) | |
download | aspectj-2dbe85d6a38f613d56e6ef544d36dbc33df2aa9d.tar.gz aspectj-2dbe85d6a38f613d56e6ef544d36dbc33df2aa9d.zip |
polish
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dist/doc/README-195.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/doc/README-195.html b/docs/dist/doc/README-195.html index 06a1bdb2d..ff5588641 100644 --- a/docs/dist/doc/README-195.html +++ b/docs/dist/doc/README-195.html @@ -28,8 +28,8 @@ Here is <tt>Code.java</tt>: <pre><code> =======8<========= public class Code { - public static void main(String[] argv) { - } + public static void main(String[] argv) { + } static aspect X { before(): execution(* Code.main(..)) { |