[Bps-public-commit] r17544 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 4 16:25:49 EST 2009
Author: jesse
Date: Sun Jan 4 16:25:49 2009
New Revision: 17544
Modified:
Prophet/trunk/lib/Prophet/ForeignReplica.pm
Log:
* slight reformatting
Modified: Prophet/trunk/lib/Prophet/ForeignReplica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ForeignReplica.pm (original)
+++ Prophet/trunk/lib/Prophet/ForeignReplica.pm Sun Jan 4 16:25:49 2009
@@ -82,8 +82,7 @@
sub _remote_id_storage {
my $self = shift;
- return $self->state_handle->metadata_storage( $REMOTE_ID_METATYPE,
- 'prophet-uuid' )->(@_);
+ return $self->state_handle->metadata_storage( $REMOTE_ID_METATYPE, 'prophet-uuid' )->(@_);
}
=head2 has_seen_changeset ChangeSet
@@ -103,8 +102,6 @@
return $self->last_changeset_from_source($changeset->source_uuid) >= $changeset->sequence_no;
}
-
-
sub log {
my $self = shift;
my ($msg) = validate_pos(@_, 1);
More information about the Bps-public-commit
mailing list