Reduced visibility of ClientThread

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-05-31 14:34:42 +02:00
parent 8ee568a0e0
commit 99075e0398
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class ClientThread extends Thread {
* @param lowerPageBound smalles page ID that can be accessed by this client
* @param upperPageBound highest page ID that can be accessed by this client
*/
public ClientThread(int id, int lowerPageBound, int upperPageBound) {
ClientThread(int id, int lowerPageBound, int upperPageBound) {
_id = id;
_lowerPageBound = lowerPageBound;
_upperPageBound = upperPageBound;