eclipse / microprofile-reactive-streams-operators

Microprofile project
Apache License 2.0
79 stars 33 forks source link

package-info.java contains the wrong package name #145

Closed Azquelt closed 4 years ago

Azquelt commented 4 years ago

Both package-info.java files in the api project actually list a different package than the one they're located in (org.eclipse.microprofile.reactive.streams vs. org.eclipse.microprofile.reactive.streams.operators).

This results in the package level javadoc being missing from the output.