Project

General

Profile

Download (309 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package org.bgbm.biovel.drf.checklist;
2

    
3

    
4
public abstract class AggregateChecklistClient extends BaseChecklistClient {
5
	
6
	public AggregateChecklistClient() {		
7
		super();		
8
	}	
9
		
10
	public AggregateChecklistClient(String checklistInfoJson) throws DRFChecklistException {	
11
		super(checklistInfoJson);			
12
	}	
13
	
14
}
(1-1/9)