From eca9c3cf72891ab9197afd7ff047c273677a5ef3 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 6 Aug 2024 14:43:59 +0200 Subject: [PATCH] CustomVLPipeline Example Fix (#45) The code would not compile if you would use it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df53c01..63a36a2 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Here is an example implementation: ```java public class CustomVLPipeline extends VLPipeline { - public ViaProxyVLPipeline(UserConnection user) { + public CustomVLPipeline(UserConnection user) { super(user); }