=head2 new
Stub for Journal API. Stop Pod coverage test complaining.
=cut
sub new {
my ($class, $params) = @_;
return bless({}, $class);
}
1;