Skip to content

Commit

Permalink
Make this method private.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldaley committed Jan 18, 2013
1 parent 725ef9f commit b1ec9b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ class PathRouter implements Router {
parsePath()
}

def parsePath() {
private void parsePath() {
String regexString = path

def placeholderPattern = Pattern.compile("(:\\w+)")
Expand Down

0 comments on commit b1ec9b3

Please sign in to comment.