This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 17f4bd8 Site checkin for project PLC4X: Jenkins Tools
17f4bd8 is described below
commit 17f4bd8a80bfd976fb780b839dffc86beb3e96aa
Author: jenkins <[email protected]>
AuthorDate: Sun Jul 25 04:48:51 2021 +0000
Site checkin for project PLC4X: Jenkins Tools
---
plc4j/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/plc4j/index.html b/plc4j/index.html
index 09c1d56..46195df 100644
--- a/plc4j/index.html
+++ b/plc4j/index.html
@@ -263,6 +263,7 @@ public class HelloPlc4x {
// Give the async request a little time...
TimeUnit.MILLISECONDS.sleep(1000);
+ plcConnection.close();
System.exit(0);
}
}