summaryrefslogtreecommitdiff
path: root/src/main/scala/cc/spray/json/PrettyPrinter.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/cc/spray/json/PrettyPrinter.scala')
-rw-r--r--src/main/scala/cc/spray/json/PrettyPrinter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/cc/spray/json/PrettyPrinter.scala b/src/main/scala/cc/spray/json/PrettyPrinter.scala
index 429c984..0daaf71 100644
--- a/src/main/scala/cc/spray/json/PrettyPrinter.scala
+++ b/src/main/scala/cc/spray/json/PrettyPrinter.scala
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package cc.spray.json
+package spray.json
import java.lang.StringBuilder
import annotation.tailrec