890891892893894895896897898899900
{ commentContainer = new LdifCommentContainer( commentLine ); } else { commentContainer.addComment( commentLine ); } commentToken = this.scanner.matchComment(); } model.addContainer( commentContainer );
889890891892893894895896897898899