Skip to content

Commit

Permalink
Fix pubsub-related codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Apr 28, 2016
1 parent 55df976 commit 22455ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ protected InternalByteArray(ByteArray byteArray) {
super(byteArray);
}

@Override
protected ByteString byteString() {
return super.byteString();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ interface MessageConsumer extends AutoCloseable {

final class PullOption implements Serializable {

private static final long serialVersionUID = 4792164134340316582L;

private final Option option;
private final Object value;

Expand Down

0 comments on commit 22455ae

Please sign in to comment.