Skip to content

Commit

Permalink
Fix some compile warnings and typos (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Guan authored Apr 26, 2020
1 parent 9f251e7 commit 1c2e293
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.4.RELEASE</version>
<configuration>
<mainClass>com.baidu.brpc.example.springboot.client.RpcClientTest</mainClass>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.1.4.RELEASE</version>
<configuration>
<mainClass>com.baidu.brpc.example.springboot.server.RpcServerTest</mainClass>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion brpc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactId>brpc-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The module for Spring extendsion</description>
<description>The module for Spring extension</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
<artifactId>jprotobuf-precompile-plugin</artifactId>
<version>${jprotobuf.plugin.version}</version>
<configuration>
<!-- <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>-->
<filterClassPackage>com.baidu</filterClassPackage>
<generateProtoFile>true</generateProtoFile>
</configuration>
Expand Down Expand Up @@ -281,11 +280,6 @@
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.google.protobuf</groupId>-->
<!-- <artifactId>protobuf-java-util</artifactId>-->
<!-- <version>3.11.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
Expand Down

0 comments on commit 1c2e293

Please sign in to comment.