Skip to content

Commit 47a1bb2

Browse files
michael-ohboutemy
authored andcommitted
[DOXIA-641] AprParser throws exception if title is not present
1 parent 539428b commit 47a1bb2

File tree

1 file changed

+0
-10
lines changed
  • doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt

1 file changed

+0
-10
lines changed

doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java

-10
Original file line numberDiff line numberDiff line change
@@ -1925,11 +1925,6 @@ public void traverse()
19251925
{
19261926
AptParser.this.sink.title_();
19271927
}
1928-
else
1929-
{
1930-
throw new AptParseException( "missing title" );
1931-
}
1932-
break;
19331928
case 1:
19341929
if ( author )
19351930
{
@@ -1987,11 +1982,6 @@ public void traverse()
19871982
{
19881983
AptParser.this.sink.title_();
19891984
}
1990-
else
1991-
{
1992-
throw new AptParseException( "missing title" );
1993-
}
1994-
break;
19951985
case 1:
19961986
if ( author )
19971987
{

0 commit comments

Comments
 (0)