Skip to content

Commit

Permalink
Corrected package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick committed May 30, 2012
1 parent a92e006 commit b2cdeec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/util/JCpabeKeygen.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package util
import cpabe.Cpabe
import org.clapper.argot._
import ArgotConverters._
Expand Down Expand Up @@ -48,4 +48,4 @@ object JCpabeKeygen {
}


}
}
4 changes: 2 additions & 2 deletions src/util/JCpabeSetup.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package util
import cpabe.Cpabe
import org.clapper.argot._
import ArgotConverters._
Expand Down Expand Up @@ -32,4 +32,4 @@ object JCpabeSetup {
case e: ArgotUsageException => println(e.message)
}
}
}
}

0 comments on commit b2cdeec

Please sign in to comment.