netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Change method argument order to be consistent #616

Closed normanmaurer closed 1 year ago

normanmaurer commented 1 year ago

Motivation:

We should use the same order of method arguments to not introduce bugs later.

Modifications:

Change argument order to be consistent and fix a typo

Result:

Cleanup