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

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

    [ https://issues.apache.org/jira/browse/ARTEMIS-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712907#comment-16712907 ] 

ASF GitHub Bot commented on ARTEMIS-2194:
-----------------------------------------

GitHub user mslone opened a pull request:

    https://github.com/apache/activemq-artemis/pull/2453

    ARTEMIS-2194 Typo in word 'update' in class MessageCounterInfo

    See ARTEMIS-2194

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mslone/activemq-artemis getUpdateTimestamp_typo

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/2453.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2453
    
----
commit ff4d3f879acdfec4b7cc33ed2b6fbf529c4941f3
Author: Matt Slonetsky <ma...@...>
Date:   2018-12-07T14:09:56Z

    ARTEMIS-2194 Typo in word 'update' in class MessageCounterInfo

----


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