Skip to content

Commit

Permalink
Update ServerBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Turtle1331 authored and Turtle1331 committed Feb 18, 2018
1 parent 44e9be8 commit 095c263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.athenian</groupId>
<artifactId>turtle-grpc-bridge</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>


<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/athenian/ServerBuilder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.athenian;

public abstract class ServerBuilder {
// Proxy for io.grpc.ServerBuilder.forPort()
public io.grpc.ServerBuilder<?> forPort(int port) {
return io.grpc.ServerBuilder.forPort(port);
}
Expand Down

0 comments on commit 095c263

Please sign in to comment.