Subversion Repositories eFlore/Applications.del

Rev

Rev 941 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
939 benjamin 1
package org.tela_botanica.del.client.services.rest.async;
2
 
3
 
4
public abstract class AjoutVoteDeterminationCallback extends PHPCallback<Void> {
5
 
6
	@Override
7
	public Void parserJSON(String retourService) {
8
		return null;
9
	}
10
 
11
}