From 98ad7339182f92cc5265f7cb85b10d8a8be27738 Mon Sep 17 00:00:00 2001 From: Frank Maritato Date: Tue, 15 Dec 2009 18:50:26 +0000 Subject: [PATCH] added one more 0.1.1->0.2.0 change git-svn-id: https://lwes.svn.sourceforge.net/svnroot/lwes/lwes-java/trunk@376 a2f82657-cdd2-4550-bd36-68a8e7111808 --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index f234145..01fcfcf 100644 --- a/README +++ b/README @@ -29,3 +29,6 @@ maven wins. :) - Allow post event creation validation - Use LinkedBlockingQueues where possible to retain event order and help synchronization. + +- I removed AttributeNotSetException because throwing an exception if an attribute isn't set +in the event should not be the proper behavior (after all, HashMap and the like do not do this). \ No newline at end of file -- 2.11.4.GIT