From 99a46d1613b3f05eb12a314a62039d9332984b17 Mon Sep 17 00:00:00 2001 From: "ray.j.greenwell" Date: Tue, 5 Jan 2010 19:02:21 +0000 Subject: [PATCH] Spell the package name correctly. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2682 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/util/Mapping.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/util/Mapping.java b/src/java/com/samskivert/util/Mapping.java index 090968ea..94837d63 100644 --- a/src/java/com/samskivert/util/Mapping.java +++ b/src/java/com/samskivert/util/Mapping.java @@ -17,7 +17,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -package com.samksivert.util; +package com.samskivert.util; import java.util.HashMap;