From 3c00fa3548e782d00dd15303ca10c4b5263f3f08 Mon Sep 17 00:00:00 2001 From: Matthias Strljic Date: Tue, 14 May 2019 14:41:03 +0200 Subject: [PATCH] [Added] descriptive class comments to ManualPLC4XOpcua --- .../org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java index 57d1f798a75..7708a89e5cd 100644 --- a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java +++ b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java @@ -38,6 +38,14 @@ Licensed to the Apache Software Foundation (ASF) under one import java.util.LinkedHashMap; import java.util.function.Consumer; /** + * This class serves only as a manual entry point for ad-hoc tests of the OPC UA PLC4J driver. + * + * + * The current version is tested against a public server, which is to be replaced later by a separate instance of the Milo framework. + * Afterwards the code represented here will be used as an example for the introduction page. + * + * TODO: replace current public server with local Milo instance + * * @author Matthias Milan Stlrljic * Created by Matthias Milan Stlrljic on 10.05.2019 */