-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Issue with package of file and location #18608
Copy link
Copy link
Open
Description
Description Resource Path Location Type
The declared package "org.apache.beam.examples" does not match the expected package "org.apache.beam.examples.website_snippets" Snippets.java /beam-examples-java8/src/main/java/org/apache/beam/examples/website_snippets line 18 Java Problem
The problem is that Snippets.java is located in website_snippets directory, but the package name is org.apache.beam.examples only (without website_snippets).
Imported from Jira BEAM-3491. Original Jira may contain additional context.
Reported by: zlgonzalez.
Reactions are currently unavailable