Project

General

Profile

« Previous | Next » 

Revision 6125

force replication for newly-registered system metadata

View differences:

ForceReplicationSystemMetadataHandler.java
58 58
  /**
59 59
   * Use this constructor when the action is implied.
60 60
   */
61
  public ForceReplicationSystemMetadataHandler(String docid, boolean xml,
62
                                                String myNotificationServer )
61
  public ForceReplicationSystemMetadataHandler(String guid, String myNotificationServer )
63 62
  {
64
    this.guid = docid;
63
    this.guid = guid;
65 64
    // Build a severLists from xml_replication table
66 65
    this.serverLists = new ReplicationServerList();
67 66
   

Also available in: Unified diff