Skip to content

Commit

Permalink
Merge pull request #1138 from marci4/Release1.5.2
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
marci4 committed Apr 5, 2021
2 parents e630e60 + b088e6d commit 14fa2ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = 'org.java-websocket'
version = '1.5.2-SNAPSHOT'
version = '1.5.3-SNAPSHOT'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<packaging>jar</packaging>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.3-SNAPSHOT</version>
<name>Java-WebSocket</name>
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
<url>https://github.com/TooTallNate/Java-WebSocket</url>
Expand Down Expand Up @@ -226,6 +226,7 @@
<configuration>
<serverId>ossrh</serverId>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/java_websocket/SSLSocketChannel.java
Expand Up @@ -417,7 +417,7 @@ private ByteBuffer enlargeApplicationBuffer(ByteBuffer buffer) {
}

/**
* Compares <code>sessionProposedCapacity<code> with buffer's capacity. If buffer's capacity is
* Compares sessionProposedCapacity with buffer's capacity. If buffer's capacity is
* smaller, returns a buffer with the proposed capacity. If it's equal or larger, returns a buffer
* with capacity twice the size of the initial one.
*
Expand Down

0 comments on commit 14fa2ad

Please sign in to comment.