From 0e87b2918b2094c534e7c9b08ad2c9fb7f76ba07 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 31 May 2017 15:39:32 +0200 Subject: [PATCH] Fixed typo Signed-off-by: Jim Martens --- 04/src/ClientThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04/src/ClientThread.java b/04/src/ClientThread.java index e285e70..e0315a2 100644 --- a/04/src/ClientThread.java +++ b/04/src/ClientThread.java @@ -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) {