Project

General

Profile

« Previous | Next » 

Revision 5323

Added by berkley almost 14 years ago

fixed bug where guid end tag wasn't getting printed

View differences:

src/edu/ucsb/nceas/metacat/replication/ReplicationService.java
882 882
			sb.append("</docid>");
883 883
			try
884 884
			{
885
			  sb.append("<guid>").append(idman.getGUID(doc.getDocID(), doc.getRev())).append("</guid>");
885
			  String guid = idman.getGUID(doc.getDocID(), doc.getRev());
886
			  sb.append("<guid>").append(guid).append("</guid>");
886 887
			}
887 888
			catch(McdbDocNotFoundException e)
888 889
			{

Also available in: Unified diff