From e746171526f578789c55d7aa690cc8381e139439 Mon Sep 17 00:00:00 2001 From: Ellen Spertus Date: Tue, 5 Jun 2018 11:57:31 -0700 Subject: Made package names match directory names. Cleaned up imports. --- scalding/src/test/scala/example/WordCountTest.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scalding/src/test/scala/example/WordCountTest.scala') diff --git a/scalding/src/test/scala/example/WordCountTest.scala b/scalding/src/test/scala/example/WordCountTest.scala index c42770f..b3f3b64 100644 --- a/scalding/src/test/scala/example/WordCountTest.scala +++ b/scalding/src/test/scala/example/WordCountTest.scala @@ -13,8 +13,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -package com.twitter.scalding +package example +import com.twitter.scalding.{ JobTest, TextLine, TypedTsv } import org.scalatest.{ Matchers, WordSpec } class WordCountTest extends WordSpec with Matchers { -- cgit v1.2.3