Update 0067-Added-ProxyInitializeEvent.patch

Co-authored-by: Janmm14 <Janmm14@users.noreply.github.com>
This commit is contained in:
Thorben 2023-12-16 16:22:31 +01:00 committed by GitHub
parent 9793edf2b1
commit e4502f3bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ index 00000000..a1af4806
+
+/**
+ * This event is posted when the proxy has completed the startup procedure.<br>
+ * Even if the even is posted, the proxy may be <b>NOT</b> able to accept any connections.<br>
+ * Even if the event is posted, the proxy may be <b>NOT</b> able to accept any connections.<br>
+ * See the {@link ProxyInitializeEvent#isSuccess} method for the actual state.
+ */
+@Data