Skip to content

Commit

Permalink
Fix Java qualified name in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad V. Teteria committed Dec 31, 2017
1 parent 7347087 commit 0ddc33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install compiled JAR file in the [install-dir]/lib folder and add a module to th

```xml
<HTTPProvider>
<BaseClass>com.server-labs.wms.plugin.HTTPReloadSchedule</BaseClass>
<BaseClass>com.serverlabs.wms.plugin.HTTPReloadSchedule</BaseClass>
<RequestFilters>scheduleloader*</RequestFilters>
<AuthenticationMethod>none</AuthenticationMethod>
</HTTPProvider>
Expand Down

0 comments on commit 0ddc33a

Please sign in to comment.