From 40e36046d013da92e30bc4bae998fa6f628013d1 Mon Sep 17 00:00:00 2001 From: "ray.j.greenwell" Date: Fri, 16 Apr 2010 00:57:08 +0000 Subject: [PATCH] Whitespace patrol. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2777 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/IntMaps.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/samskivert/util/IntMaps.java b/src/java/com/samskivert/util/IntMaps.java index 95891247..95b613a1 100644 --- a/src/java/com/samskivert/util/IntMaps.java +++ b/src/java/com/samskivert/util/IntMaps.java @@ -35,7 +35,6 @@ import com.samskivert.annotation.ReplacedBy; @ReplacedBy(value="com.google.common.collect.Maps", reason="Boxing shouldn't be a major concern. It's probably better to stick to " + "standard classes rather than worry about a tiny memory or performance gain.") - public class IntMaps { /**