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

commit 9efd47c32a6d5d8125636b020dadd80f3097f982
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Jul 26 11:38:22 2018 +0200

    fixed documentation of test class javadoc
---
 .../apache/plc4x/java/base/protocol/Plc4XSupportedDataTypes.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/plc4j/protocols/driver-bases/test/src/main/java/org/apache/plc4x/java/base/protocol/Plc4XSupportedDataTypes.java
 
b/plc4j/protocols/driver-bases/test/src/main/java/org/apache/plc4x/java/base/protocol/Plc4XSupportedDataTypes.java
index f84e532..3585d94 100644
--- 
a/plc4j/protocols/driver-bases/test/src/main/java/org/apache/plc4x/java/base/protocol/Plc4XSupportedDataTypes.java
+++ 
b/plc4j/protocols/driver-bases/test/src/main/java/org/apache/plc4x/java/base/protocol/Plc4XSupportedDataTypes.java
@@ -80,7 +80,7 @@ public class Plc4XSupportedDataTypes {
     }
 
     /**
-     * A {@link Stream} of instances of {@link Class}es plc4x can currently 
support with their according byte representation.
+     * A {@link Stream} of instances of {@link Class}es plc4x can currently 
support with their according little endian byte representation.
      *
      * @return a stream of {@link org.apache.commons.lang3.tuple.Pair}s of 
instances and their byte values.
      * @see #streamOfPlc4XSupportedDataTypes
@@ -90,7 +90,7 @@ public class Plc4XSupportedDataTypes {
     }
 
     /**
-     * A {@link Stream} of instances of {@link Class}es which are defined by 
{@code inputStream} can currently support with their according byte 
representation.
+     * A {@link Stream} of instances of {@link Class}es which are defined by 
{@code inputStream} can currently support with their according little endian 
byte representation.
      *
      * @param inputStream a stream of {@link 
org.apache.commons.lang3.tuple.Pair}s of instances and their byte values.
      * @see #streamOfPlc4XSupportedDataTypes
@@ -102,7 +102,7 @@ public class Plc4XSupportedDataTypes {
     }
 
     /**
-     * A {@link Stream} of instances of {@link Class}es plc4x can currently 
support with their according little endian byte representation.
+     * A {@link Stream} of instances of {@link Class}es plc4x can currently 
support with their according big endian byte representation.
      *
      * @return a stream of {@link org.apache.commons.lang3.tuple.Pair}s of 
instances and their byte values.
      * @see #streamOfPlc4XSupportedDataTypes

Reply via email to