This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 7910be4  Javadoc typo.
7910be4 is described below

commit 7910be4488044692ba629cadb2506adc38d151b7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 22 09:12:21 2018 -0700

    Javadoc typo.
---
 .../main/java/org/apache/logging/log4j/core/time/MutableInstant.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/time/MutableInstant.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/time/MutableInstant.java
index 303f75d..8e245d0 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/time/MutableInstant.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/time/MutableInstant.java
@@ -22,7 +22,7 @@ import java.io.Serializable;
 
 /**
  * An instantaneous point on the time line, used for high-precision log event 
timestamps.
- * Modelled on <a 
href="https://docs.oracle.com/javase/9/docs/api/index.html?java/time/class-use/Instant.html";>java.time.Instant</a>,
+ * Modeled on <a 
href="https://docs.oracle.com/javase/9/docs/api/index.html?java/time/class-use/Instant.html";>java.time.Instant</a>,
  * except that this version is mutable to prevent allocating temporary objects 
that need to be garbage-collected later.
  * <p>
  * Instances of this class are <em>not</em> thread-safe and should not be 
shared between threads.

Reply via email to