diff options
-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(..)) { |