aistomin / maven-browser

Java library that allows to search and browse the Maven artifacts.
Other
6 stars 0 forks source link

Change the parameters order in com.github.aistomin.maven.browser.MavenArtifact#MavenArtifact(java.lang.String, com.github.aistomin.maven.browser.MvnGroup) #28

Closed aistomin closed 5 years ago

aistomin commented 5 years ago

To be consistent with com.github.aistomin.maven.browser.MavenArtifactVersion class we need to change the constructor of com.github.aistomin.maven.browser.MavenArtifact: the group should go first, the name should go next(from biggest entity to smallest).

aistomin commented 5 years ago

Done.