add getter for report branding root dir

This commit is contained in:
adam-m 2013-06-26 09:47:28 -04:00
parent 6e078904a5
commit 5f7c3dba2c

View File

@ -72,6 +72,12 @@ public final class ReportBranding implements ReportBrandingProviderI {
}
}
public String getReportsBrandingDir() {
return reportsBrandingDir;
}
@Override
public String getGeneratorLogoPath() {
String curPath = null;