You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2019/03/14 18:30:07 UTC

[jira] [Closed] (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 ]

clebert suconic closed ARTEMIS-2194.
------------------------------------

> 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)