com.ja.smarkdown.location.webapp.WebappListingProvider Maven / Gradle / Ivy
package com.ja.smarkdown.location.webapp;
import com.ja.smarkdown.location.AbstractServletContextListingProvider;
public class WebappListingProvider extends
AbstractServletContextListingProvider {
protected WebappListingProvider() {
super("webapp:", "");
}
}