You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/12/13 16:58:00 UTC

[jira] [Resolved] (ARTEMIS-2194) Typo in word "update" in class MessageCounterInfo

     [ https://issues.apache.org/jira/browse/ARTEMIS-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-2194.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.7.0

> Typo in word "update" in class MessageCounterInfo
> -------------------------------------------------
>
>                 Key: ARTEMIS-2194
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2194
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Matt Slonetsky
>            Priority: Trivial
>             Fix For: 2.7.0
>
>
> The word "update" is misspelled as "udpate" in the field udpateTimestamp, a constructor, and its associated getter. It is used in MessageCounterExample.java
> {code:java}
>    private final String udpateTimestamp;{code}
> {code:java}
>    public String getUdpateTimestamp() {
>       return udpateTimestamp;
>    }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)