diff --git a/documentation/configuration.html.haml b/documentation/configuration.html.haml index 13d4331..cf9c8f5 100644 --- a/documentation/configuration.html.haml +++ b/documentation/configuration.html.haml @@ -88,7 +88,7 @@ layout: base import org.togglz.core.repository.file.FileBasedStateRepository; import org.togglz.core.user.FeatureUser; import org.togglz.core.user.UserProvider; - import org.togglz.servlet.user.ServletUserProvider + import org.togglz.servlet.user.ServletUserProvider; public class MyTogglzConfiguration implements TogglzConfig {