kennknowles commented on a change in pull request #12323:
URL: https://github.com/apache/beam/pull/12323#discussion_r457761014
##########
File path: learning/katas/java/Common
Transforms/Aggregation/Count/src/org/apache/beam/learning/katas/commontransforms/aggregation/count/Task.java
##########
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package org.apache.beam.learning.katas.commontransforms.aggregation.count;
+package org.apache.beam.learning.katas.commontransforms.aggregation.count;
import org.checkerframework.checker.nullness.qual.Nullable;
Review comment:
This line is caused by my choice of the easiest search/replace solution.
I expected spotless to fix it. It did not. I will file a bug against spotless.
I will then fix it by adding a newline and re-running spotless.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]