Skip to content

Commit

Permalink
removed todos and created issue see Consensys#1428
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla committed Apr 4, 2022
1 parent 9d6e684 commit 7d41b89
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import jakarta.xml.bind.annotation.XmlElement;
import java.util.List;

// TODO(cjh) just used for swagger generation - should be used in the actual jaxrs methods
public class GetPartyInfoResponse {

@Schema(description = "server's url")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.swagger.v3.oas.annotations.media.Schema;

// TODO(cjh) just used for swagger generation - should be used in the actual jaxrs methods
public class Key {
@Schema(description = "known public key of peer", format = "base64")
private String key;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.swagger.v3.oas.annotations.media.Schema;

// TODO(cjh) just used for swagger generation - should be used in the actual jaxrs methods
public class Peer {
@Schema(description = "peer's server url")
private String url;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.util.List;

// TODO(cjh) just used for swagger generation - should be used in the actual jaxrs methods
public class GetPublicKeysResponse {

private List<Key> keys;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.swagger.v3.oas.annotations.media.Schema;

// TODO(cjh) just used for swagger generation - should be used in the actual jaxrs methods
public class Key {

@Schema(description = "public key", format = "base64")
Expand Down

0 comments on commit 7d41b89

Please sign in to comment.