You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jm...@apache.org on 2018/01/12 00:28:16 UTC

[incubator-plc4x] 04/10: right order

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

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

commit c4595a438a1e67e7d81309ea897fed16bd3a24a7
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Fri Jan 12 11:08:12 2018 +1100

    right order
---
 .../src/main/java/org/apache/plc4x/java/api/messages/PlcRequest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/PlcRequest.java b/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/PlcRequest.java
index 534242f..4093870 100644
--- a/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/PlcRequest.java
+++ b/plc4j/api/src/main/java/org/apache/plc4x/java/api/messages/PlcRequest.java
@@ -76,7 +76,7 @@ public abstract class PlcRequest<REQUEST_ITEM extends RequestItem> implements Pl
         return getNumberOfItems() < 1;
     }
 
-    public static abstract class Builder<REQUEST_ITEM> {
+    public abstract static class Builder<REQUEST_ITEM> {
 
         Class firstType;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@plc4x.apache.org" <co...@plc4x.apache.org>.