From abb7ef8e665306d81a977b692993928d4bff2112 Mon Sep 17 00:00:00 2001 From: Mirco Dotta <mirco.dotta@gmail.com> Date: Tue, 14 Jul 2009 10:26:51 +0000 Subject: [PATCH] fixed package information. --- examples/parsable/IntSets.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parsable/IntSets.scala b/examples/parsable/IntSets.scala index e9a703c36..445062d88 100644 --- a/examples/parsable/IntSets.scala +++ b/examples/parsable/IntSets.scala @@ -1,4 +1,4 @@ -package intsets +package parsable object IntSets { import scala.collection.immutable.Set -- GitLab