You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/10/17 16:48:22 UTC

[incubator-plc4x] 15/19: fixed documentation

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

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

commit 08437d2d26e3eb691c4befcc2bfe2a5750377d5c
Author: Andrey Skorikov <an...@codecentric.de>
AuthorDate: Fri Oct 5 14:33:15 2018 +0200

    fixed documentation
---
 plc4j/api/src/main/java/org/apache/plc4x/java/spi/PlcDriver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/api/src/main/java/org/apache/plc4x/java/spi/PlcDriver.java b/plc4j/api/src/main/java/org/apache/plc4x/java/spi/PlcDriver.java
index fae9c88..6247f17 100644
--- a/plc4j/api/src/main/java/org/apache/plc4x/java/spi/PlcDriver.java
+++ b/plc4j/api/src/main/java/org/apache/plc4x/java/spi/PlcDriver.java
@@ -25,7 +25,7 @@ import org.apache.plc4x.java.api.exceptions.PlcConnectionException;
 /**
  * General interface defining the minimal methods required for adding a new type of driver to the PLC4J system.
  *
- * <b>Note that each driver has to add a service file called org.apache.plc4x.java.PlcDriver to
+ * <b>Note that each driver has to add a service file called org.apache.plc4x.java.spi.PlcDriver to
  * src/main/resources/META-INF which contains the fully qualified classname in order to get loaded
  * by the PlcDriverManager instances.</b>
  */