Project

General

Profile

« Previous | Next » 

Revision 9958

Added by Jing Tao over 7 years ago

Removed a unused parameter - formatId from method writeReplication.

View differences:

DocumentImplWrapper.java
66 66

  
67 67
	public String writeReplication(DBConnection conn, String xml, byte[]xmlBytes, String pub, Reader dtd,
68 68
			String action, String accnum, String user, String[] groups,
69
			String homeServer, String notifyServer, Date createDate, Date updateDate, String formatId)
69
			String homeServer, String notifyServer, Date createDate, Date updateDate)
70 70
			throws Exception {
71 71
		//we don't need to check validation in replication
72 72
		// so rule base is null and need validation is false (first false)
......
101 101
	public String writeReplication(DBConnection conn, String xml, byte[]xmlBytes, String pub, Reader dtd,
102 102
			String action, String accnum, String user, String[] groups,
103 103
			String homeServer, String notifyServer, String tableName,
104
			boolean timedReplication, Date createDate, Date updateDate, String formatId)
104
			boolean timedReplication, Date createDate, Date updateDate)
105 105
			throws Exception {
106 106
		//we don't need to check validation in replication
107 107
		// so rule base is null and need validation is false

Also available in: Unified diff