Fixed typo

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-05-31 15:39:32 +02:00
parent 8ed0e171cc
commit 0e87b2918b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class ClientThread extends Thread {
/**
* Initializes the thread.
* @param id the ID of this client
* @param lowerPageBound smalles page ID that can be accessed by this client
* @param lowerPageBound smallest page ID that can be accessed by this client
* @param upperPageBound highest page ID that can be accessed by this client
*/
ClientThread(int id, int lowerPageBound, int upperPageBound) {