]> source.dussan.org Git - aspectj.git/commitdiff
fix typo
authorAndy Clement <aclement@gopivotal.com>
Thu, 19 Jun 2014 23:40:42 +0000 (16:40 -0700)
committerAndy Clement <aclement@gopivotal.com>
Thu, 19 Jun 2014 23:40:42 +0000 (16:40 -0700)
docs/dist/doc/README-181.html [new file with mode: 0644]
docs/progGuideDB/language.xml

diff --git a/docs/dist/doc/README-181.html b/docs/dist/doc/README-181.html
new file mode 100644 (file)
index 0000000..ea225aa
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.8.0 Readme</title>
+<style type="text/css">
+<!--
+  P   { margin-left:  20px; }
+  PRE { margin-left:  20px; }
+  LI  { margin-left:  20px; }
+  H4  { margin-left:  20px; }
+  H3  { margin-left:  10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+&copy; Copyright 2014 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.8.1 Readme</h1>
+
+<p>The full list of resolved issues in 1.8.1 is available 
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.8.1;">here</a></h2>.</p>
+
+<ul>
+<li>1.8.1 available 17-Jun-2014
+</ul>
+
+<h2>Notable changes</h2>
+
+<h3>Java 8 update</h3>
+
+<p>As Eclipse itself nears the 4.4 release, AspectJ has been updated to the latest Eclipse JDT Core
+that will be included in it, picking up numerous Java8 related fixes.</p>
+
+
+<!-- ============================== -->  
+</body>
+</html>
index ac7aecb5be1380bc9e29e1f5debe0f92ae1baf3e..c666c106aa274ba3712bea4be5f09bb0dff42631 100644 (file)
@@ -235,7 +235,7 @@ void setX(int x) { this.x = x; }
 ]]></programlisting>
 
     <para>
-      This piece of program says that that when method named
+      This piece of program says that when method named
       <literal>setX</literal> with an <literal>int</literal> argument
       called on an object of type <literal>Point</literal>, then the method
       body <literal>{ this.x = x; }</literal> is executed. Similarly, the