Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Spelling mistake in REQUEST_CODE_UPPER_BOUND #50

Closed
wants to merge 11 commits into from
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public class MessageFormat {
public static final int REQUEST_CODE_LOWER_BOUND = 1;

/** The highest value of a request code. */
public static final int REQUEST_CODE_UPPER_BOUNT = 31;
public static final int REQUEST_CODE_UPPER_BOUND = 31;

/** The lowest value of a response code. */
public static final int RESPONSE_CODE_LOWER_BOUND = 64;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,3 @@ public static CongestionControlLayer newImplementation(NetworkConfig config) {
}
}