Expose origin version in RedirectProtocolVersion (#4030)

This commit is contained in:
EnZaXD 2024-07-20 09:12:44 +02:00 committed by GitHub
parent 0915afe43b
commit 5ec30ef18a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,4 +52,7 @@ public class RedirectProtocolVersion extends ProtocolVersion {
};
}
public ProtocolVersion getOrigin() {
return origin;
}
}