Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.6-rc-2
-
Component/s: groovy-jdk
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Looking at the javadoc for the Groovy enhanced java.lang.Object there are some typos.
From the dist docs 1.5.1 open the docs (/docs/html/groovy-jdk/index.html) and click on java.lang.Object.
It list all the new methods we have
(they are fab BTW)
However there are a few typos and some JDK1.5 printf methods that are not in the summary.
I have attached a patch for it. It was from the SVN from the trunk.
Added thanks. I didn't apply the two 'i.e. -> ie' changes. It is probably an improvement but in some parts of the world perhaps the traditional 'i.e.' is still preferred. There were 52 usages of 'i.e.' in the codebase (in comments) and one usage of 'ie' - now changed to 'i.e.' for consistency. So I would prefer to change them all at once if we are to change. For future note, there were 84 usages of 'e.g.' and none of 'eg'.