Refactor package naming scheme and line endings (CRLF)

This commit is contained in:
Chord 2016-05-03 03:58:58 -04:00
parent 14e48d47ae
commit df1d222df8
31 changed files with 404 additions and 385 deletions

View file

@ -1,6 +1,6 @@
// Copyright (c) 2016 PSForever.net to present
import org.specs2.mutable._
import psforever.net._
import net.psforever.packet._
import scodec.bits._
class PacketCodingTest extends Specification {