PR: MNG-1249

fix value of isExternalReport

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327904 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-24 01:25:17 +00:00
parent ea8e16f26d
commit 0df347f0e5
1 changed files with 1 additions and 1 deletions

View File

@ -1194,6 +1194,6 @@ public class JavadocReport
public boolean isExternalReport()
{
return true && super.isExternalReport();
return true;
}
}