EnumSet.java: Documented.

2007-08-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* java/util/EnumSet.java:
	Documented.
	(complementOf(EnumSet)): Fixed to flip only
	the bits used by the enumset.

From-SVN: r127938
This commit is contained in:
Andrew John Hughes
2007-08-30 19:57:30 +00:00
committed by Andrew John Hughes
parent 039874df9e
commit 54b0bc0008
2 changed files with 175 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2007-08-22 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/util/EnumSet.java:
Documented.
(complementOf(EnumSet)): Fixed to flip only
the bits used by the enumset.
2007-07-31 Dalibor Topic <robilad@kaffe.org>
PR 32844