Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix location of debug package (#2794)
Browse files Browse the repository at this point in the history
* fix location of debug package

* fix checkstyle
  • Loading branch information
kvish authored Nov 28, 2018
1 parent a9199ae commit 98e598f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package com.mesosphere.sdk.debug;

import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Response;
/**
* Interface for all debug endpoints.
*/

public interface DebugEndpoint {
/**
* Called to retun JSON response of requested endpoint.
Expand Down

0 comments on commit 98e598f

Please sign in to comment.