Skip to content

Commit

Permalink
[DOXIA-641] AprParser throws exception if title is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o authored and hboutemy committed Dec 29, 2022
1 parent 539428b commit 47a1bb2
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1925,11 +1925,6 @@ public void traverse()
{
AptParser.this.sink.title_();
}
else
{
throw new AptParseException( "missing title" );
}
break;
case 1:
if ( author )
{
Expand Down Expand Up @@ -1987,11 +1982,6 @@ public void traverse()
{
AptParser.this.sink.title_();
}
else
{
throw new AptParseException( "missing title" );
}
break;
case 1:
if ( author )
{
Expand Down

0 comments on commit 47a1bb2

Please sign in to comment.