Skip to content

Commit

Permalink
make parameterizedroute public
Browse files Browse the repository at this point in the history
  • Loading branch information
duncpro committed Aug 13, 2022
1 parent 09b6a08 commit 035f1cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.duncpro"
version = "1.0-SNAPSHOT-6"
version = "1.0-SNAPSHOT-7"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* each route contains the same {@link RouteElement}s in the same order. Moreover, a {@link ParameterizedRoute}
* can be equal to a {@link Route}, as long as the aforementioned condition is true.
*/
class ParameterizedRoute extends Route {
public class ParameterizedRoute extends Route {
private final List<String> parameterLabels;

/**
Expand Down

0 comments on commit 035f1cb

Please sign in to comment.