From b37c0548736d3a1a4f58baf543c408d210178f45 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 10 Apr 2011 21:24:22 +0000 Subject: [PATCH] OK, we have to recompile against samskivert 1.4-SNAPSHOT because add(index,observer) used to return void and now it returns boolean. Really I'd rather add(index,observer) and add(observer) both returned void and threw an exception if a duplicate was detected (because wtf are you doing?), but Collection dictates a signature of boolean add (elem) and if I changed that, then *everybody* would need to recompile. Sigh. We'll just suck it up and leave add(i,o) consistent with add(o) and have Narya rebuild agains the latest bytecode. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6624 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67f64cc86..f53c513e7 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ com.samskivert samskivert - 1.3 + 1.4-SNAPSHOT compile