All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.distributeme.test.eecho.EEchoServiceImpl Maven / Gradle / Ivy

package org.distributeme.test.eecho;

import org.distributeme.test.echo.EchoServiceImpl;

public class EEchoServiceImpl extends EchoServiceImpl implements EEchoService{
	public long eecho(long param){
		return echo(param);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy