Skip to content

Commit

Permalink
Fix Package name on sources' top-side (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafafrdz authored Dec 25, 2024
1 parent f4d47f7 commit 114eb5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

import org.apache.spark.rdd.RDD
import org.apache.spark.{SparkConf, SparkContext}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

/**
* Everyone's favourite wordcount example.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

/**
* A simple test for everyone's favourite wordcount example.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

import org.apache.spark.rdd.RDD
import org.apache.spark.{SparkConf, SparkContext}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

/**
* Everyone's favourite wordcount example.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package $organization$.$name$
package $package$

/**
* A simple test for everyone's favourite wordcount example.
Expand Down

0 comments on commit 114eb5b

Please sign in to comment.