You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by danielsun1106 <gi...@git.apache.org> on 2018/05/29 02:11:01 UTC

[GitHub] groovy pull request #733: Trivial refactoring: Use `AtomicInteger` instead o...

GitHub user danielsun1106 opened a pull request:

    https://github.com/apache/groovy/pull/733

    Trivial refactoring: Use `AtomicInteger` instead of `synchronized`

    

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

    $ git pull https://github.com/danielsun1106/groovy trivial-refactoring-for-groovyshell

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

    https://github.com/apache/groovy/pull/733.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 #733
    
----
commit 6bf2af70e1678884748da34f6f1c6b102824f41e
Author: Daniel Sun <re...@...>
Date:   2018-05-29T01:03:37Z

    Trivial refactoring: Use `AtomicInteger` instead of `synchronized`

commit f732538b9d5a0ab25b733b86b7d5bdbf36216d29
Author: Daniel Sun <re...@...>
Date:   2018-05-29T01:29:59Z

    Initialize `counter`

----


---

[GitHub] groovy pull request #733: Trivial refactoring: Use `AtomicInteger` instead o...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/733


---