You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/06/13 11:39:35 UTC

[incubator-plc4x] branch master updated: switch from link to code as the handlers are not a current dependency

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new ef96140  switch from link to code as the handlers are not a current dependency
ef96140 is described below

commit ef96140580fed923e11e12ba82d6c33ec7b1e9f7
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Wed Jun 13 13:39:29 2018 +0200

    switch from link to code as the handlers are not a current dependency
---
 .../apache/plc4x/java/ads/protocol/util/SingleMessageRateLimiter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/util/SingleMessageRateLimiter.java b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/util/SingleMessageRateLimiter.java
index afab15d..ad4a6ce 100644
--- a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/util/SingleMessageRateLimiter.java
+++ b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/util/SingleMessageRateLimiter.java
@@ -31,7 +31,7 @@ import java.util.concurrent.TimeUnit;
 import java.util.concurrent.atomic.AtomicBoolean;
 
 /**
- * Inspired by {@link ChannelTrafficShapingHandler} this limiter ensures only one message is sent at a time.
+ * Inspired by {@code ChannelTrafficShapingHandler} this limiter ensures only one message is sent at a time.
  */
 public class SingleMessageRateLimiter extends ChannelDuplexHandler {
 

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.