mirror of https://github.com/apache/maven.git
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:
parent
ea8e16f26d
commit
0df347f0e5
|
@ -1194,6 +1194,6 @@ public class JavadocReport
|
|||
|
||||
public boolean isExternalReport()
|
||||
{
|
||||
return true && super.isExternalReport();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue