From f0d71519f53ee5bde96393c7cb61bd26fedf1855 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 19 Jun 2014 16:40:42 -0700 Subject: [PATCH] fix typo --- docs/dist/doc/README-181.html | 40 +++++++++++++++++++++++++++++++++++ docs/progGuideDB/language.xml | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 docs/dist/doc/README-181.html diff --git a/docs/dist/doc/README-181.html b/docs/dist/doc/README-181.html new file mode 100644 index 000000000..ea225aa91 --- /dev/null +++ b/docs/dist/doc/README-181.html @@ -0,0 +1,40 @@ + + +AspectJ 1.8.0 Readme + + + + +
+© Copyright 2014 Contributors. +All rights reserved. +
+ +

AspectJ 1.8.1 Readme

+ +

The full list of resolved issues in 1.8.1 is available +here.

+ + + +

Notable changes

+ +

Java 8 update

+ +

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.

+ + + + + diff --git a/docs/progGuideDB/language.xml b/docs/progGuideDB/language.xml index ac7aecb5b..c666c106a 100644 --- a/docs/progGuideDB/language.xml +++ b/docs/progGuideDB/language.xml @@ -235,7 +235,7 @@ void setX(int x) { this.x = x; } ]]> - This piece of program says that that when method named + This piece of program says that when method named setX with an int argument called on an object of type Point, then the method body { this.x = x; } is executed. Similarly, the -- 2.39.5