Closed GoogleCodeExporter closed 9 years ago
Actually, I think that replacing the following line in ''Maps'':
abstract static class ImprovedAbstractMap<K, V> extends AbstractMap<K, V> {
by:
public abstract static class ImprovedAbstractMap<K, V> extends AbstractMap<K,
V> {
should do the trick. I will test locally.
Original comment by damien.c...@gmail.com
on 27 May 2011 at 7:51
No, there is a conflict between the version of Guava I request (r09) and the
version of Guava Hudson is packaged with (r06)...
Original comment by damien.c...@gmail.com
on 27 May 2011 at 8:29
Indeed, Hudson is using Guava r06... So I will have to downgrade my plug-in to
r06...
This issue can be closed.
Original comment by damien.c...@gmail.com
on 27 May 2011 at 8:34
Original comment by cgdec...@gmail.com
on 27 May 2011 at 3:17
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:15
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:09
Original issue reported on code.google.com by
damien.c...@gmail.com
on 27 May 2011 at 7:43Attachments: