fixed merge issues

This commit is contained in:
Greg Wilkins 2012-04-12 17:16:45 +10:00
parent b5e9de1cd8
commit 325c484950
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public class WebBundleTrackerCustomizer implements BundleTrackerCustomizer
}
}
private String getWebContextPath(Bundle bundle, Dictionary<?, ?> dic)
private String getWebContextPath(Bundle bundle, Dictionary<?, ?> dic, boolean webinfWebxmlExists)
{
String rfc66ContextPath = (String) dic.get(OSGiWebappConstants.RFC66_WEB_CONTEXTPATH);
if (rfc66ContextPath == null)