Fix documentation (#425)
* ModifiedSystemClassRuntime doesn't add method starting from commit
a942c8949be59f949ec110391d766d1f4856a4e0 in v0.3.2.
* Agent modifies "java.util.UUID" instead of "java.sql.Types" starting
from commit 5ff6b2dc7a8a82132fbe3a65e4c86a60a0be8693 in v0.5.0.
diff --git a/org.jacoco.doc/docroot/doc/implementation.html b/org.jacoco.doc/docroot/doc/implementation.html
index 2c9628f..bea6f73 100644
--- a/org.jacoco.doc/docroot/doc/implementation.html
+++ b/org.jacoco.doc/docroot/doc/implementation.html
@@ -215,7 +215,7 @@
<p>
The current JaCoCo Java agent implementation uses the
<code>ModifiedSystemClassRuntime</code> adding a field to the class
- <code>java.sql.Types</code>.
+ <code>java.util.UUID</code>.
</p>