diff --git a/04/src/ClientThread.java b/04/src/ClientThread.java index 2c703d7..518ac09 100644 --- a/04/src/ClientThread.java +++ b/04/src/ClientThread.java @@ -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;