org.distributeme.test.moskitojourney.CServiceImpl Maven / Gradle / Ivy
package org.distributeme.test.moskitojourney;
public class CServiceImpl implements CService{
@Override
public String cMethod(String string) throws CServiceException {
return "c of "+string;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy