Skip to content
Snippets Groups Projects

Revert the revert and fix null pointer issue

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/revert into master
6 files
+ 306
211
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -16,7 +16,8 @@ import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.eclipsefoundation.git.eca.model.BotUser;
import com.fasterxml.jackson.databind.JsonNode;
/**
* Interface for interacting with the Eclipse Foundation Bots API.
@@ -35,5 +36,5 @@ public interface BotsAPI {
*/
@GET
@Produces("application/json")
List<BotUser> getBots();
List<JsonNode> getBots();
}
Loading