1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

add the usual ...

This commit is contained in:
Kevin Glynn 2011-09-07 14:14:41 +02:00
parent 83be479d78
commit 4735d9fbfe

View File

@ -19,6 +19,8 @@
rewritten to executePool()). This option enables the LCC translation template variant.
See, e.g., System/LCC/IDisposable.xml.
* rename Clone() methods to be clone() to override default Object.clone()
* rename Clone() methods to be clone() and so override default Object.clone().
* the usual bug fixes and improvements to translation templates.