[Bps-public-commit] r17545 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 4 16:27:25 EST 2009
Author: jesse
Date: Sun Jan 4 16:27:25 2009
New Revision: 17545
Modified:
Prophet/trunk/lib/Prophet/ForeignReplica.pm
Log:
* Renaming remote_id_storage to make it clear that it's for record ids
Modified: Prophet/trunk/lib/Prophet/ForeignReplica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ForeignReplica.pm (original)
+++ Prophet/trunk/lib/Prophet/ForeignReplica.pm Sun Jan 4 16:27:25 2009
@@ -80,7 +80,7 @@
our $REMOTE_ID_METATYPE = "_remote_id_map";
-sub _remote_id_storage {
+sub _remote_record_id_storage {
my $self = shift;
return $self->state_handle->metadata_storage( $REMOTE_ID_METATYPE, 'prophet-uuid' )->(@_);
}
More information about the Bps-public-commit
mailing list