Project

General

Profile

« Previous | Next » 

Revision 34788

fixed some bugs with subcriptions

View differences:

HibSubscription.java
95 95
	public Subcription asDnetSubscription() {
96 96
		final Gson gson = new Gson();
97 97
		final Map<String, Object> map = gson.fromJson(condition, new TypeToken<Map<String, Object>>() {}.getType());
98
		return new Subcription(subscriber.getId(), id, operation, table, map);
98
		return new Subcription(id, subscriber.getId(), operation, table, map);
99 99
	}
100 100

  
101 101
	@Override

Also available in: Unified diff