Fix Javadoc syntax errors #1129
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eab5673..d5af96f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@
     <action                   type="fix" dev="ggregory" due-to="yichinzhu, Gary Gregory">Fix ThresholdCircuitBreaker#checkState() #1100.</action>
     <action                   type="fix" dev="ggregory" due-to="Benjamin Confino, Gary Gregory">Use ConcurrentInitializer implementations without subclassing. #1123.</action>
     <action                   type="fix" dev="ggregory" due-to="Alex Herbert">Update critical value for chi-square test #1125.</action>
+    <action                   type="fix" dev="ggregory" due-to="Sung Ho Yoon">Fix Javadoc syntax errors #1129.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, Gary Gregory">Add Functions#function(Function).</action>
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, Gary Gregory">Add FailableFunction#function(FailableFunction).</action>