CustomVLPipeline Example Fix (#45)

The code would not compile if you would use it.
This commit is contained in:
Adrian 2024-08-06 14:43:59 +02:00 committed by GitHub
parent cc28ced45a
commit eca9c3cf72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}