Skip to content
Snippets Groups Projects
Commit d52cb135 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6301 Create stub for OrganisationsEinheitRemoteService

parent 4281bb2c
Branches
Tags
No related merge requests found
package de.ozgcloud.alfa.collaboration;
public class OrganisationsEinheitHeader {
}
package de.ozgcloud.alfa.collaboration;
import java.util.stream.Stream;
class OrganisationsEinheitRemoteService {
public Stream<OrganisationsEinheitHeader> search(String searchBy) {
// TODO Auto-generated method stub
throw new UnsupportedOperationException("Unimplemented method 'search'");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment