mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Minor formatting cleanups
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@592963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ public class CodebehindUnknownHandler implements UnknownHandler {
|
||||
PackageConfig pkg = configuration.getPackageConfig(actionConfig.getPackageName());
|
||||
String ns = pkg.getNamespace();
|
||||
String pathPrefix = determinePath(templatePathPrefix, ns);
|
||||
|
||||
|
||||
for (String ext : resultsByExtension.keySet()) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Trying to locate result with extension ."+ext+" in directory "+pathPrefix);
|
||||
|
||||
-5
@@ -146,11 +146,6 @@ public class ClasspathPackageProvider implements PackageProvider {
|
||||
|
||||
private ServletContext servletContext;
|
||||
|
||||
/**
|
||||
* Create instance utilizing a list of packages to scan for Action classes.
|
||||
*
|
||||
* @param pkgs List of pacaktges to scan for Action Classes.
|
||||
*/
|
||||
public ClasspathPackageProvider() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user