Skip to content

Commit

Permalink
Fixed bad code in install.asciidoc (#237)
Browse files Browse the repository at this point in the history
Removed duplicate application of Log.message in install.asciidoc
  • Loading branch information
andrewcromwell authored and chkal committed Jun 27, 2016
1 parent 2697f91 commit 04c995b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class ApplicationConfigurationProvider extends HttpConfigurationProvider
{
return ConfigurationBuilder.begin()
.addRule()
.perform(Log.message(Log.message(Level.INFO, "Rewrite is active.")))
.perform(Log.message(Level.INFO, "Rewrite is active."))
;
}
Expand Down

0 comments on commit 04c995b

Please sign in to comment.