vongosling closed pull request #511: Update CountDownLatch2.java URL: https://github.com/apache/rocketmq/pull/511
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index fbbd0d718..a5f47e597 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ It offers a variety of features: ---------- ## Apache RocketMQ Community -* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals) +* [RocketMQ Community Incubator Projects](https://github.com/apache/rocketmq-externals) ---------- ## Contributing -We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/) +We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/). ---------- ## License diff --git a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java index de1d54893..9c95fff7b 100644 --- a/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java +++ b/common/src/main/java/org/apache/rocketmq/common/CountDownLatch2.java @@ -21,7 +21,7 @@ import java.util.concurrent.locks.AbstractQueuedSynchronizer; /** - * Add reset feature for @see java.util.concurrent.CountDownLatch2 + * Add reset feature for @see java.util.concurrent.CountDownLatch */ public class CountDownLatch2 { private final Sync sync; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
