From 1bb7153db80548f0edfbe62d5bc3b5407e18f39c Mon Sep 17 00:00:00 2001 From: toldervoll Date: Fri, 16 May 2014 09:43:03 +0200 Subject: [PATCH] Update Assignment-Description.txt --- assignments/week-2-assignment-1/Assignment-Description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/week-2-assignment-1/Assignment-Description.txt b/assignments/week-2-assignment-1/Assignment-Description.txt index 89bd37f56..362782ffa 100644 --- a/assignments/week-2-assignment-1/Assignment-Description.txt +++ b/assignments/week-2-assignment-1/Assignment-Description.txt @@ -3,7 +3,7 @@ Week 2: Programming Assignment 1 Released Monday, May 19th, 2014 Due Monday, June 2nd, 2014 -In this seonc assignment, you will implement a subset of the +In this second assignment, you will implement a subset of the java.util.concurrent.atomic.SimpleAtomicLong class using a Java ReentrantReadWriteLock. The goal is to understand how to use ReentrantReadWriteLock to serialize access to a variable that's shared