summaryrefslogtreecommitdiffhomepage
path: root/src/java/nginx/unit/websocket/Util.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/nginx/unit/websocket/Util.java')
-rw-r--r--src/java/nginx/unit/websocket/Util.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/nginx/unit/websocket/Util.java b/src/java/nginx/unit/websocket/Util.java
index 6acf3ade..5388431f 100644
--- a/src/java/nginx/unit/websocket/Util.java
+++ b/src/java/nginx/unit/websocket/Util.java
@@ -332,7 +332,7 @@ public class Util {
public static List<DecoderEntry> getDecoders(
List<Class<? extends Decoder>> decoderClazzes)
- throws DeploymentException{
+ throws DeploymentException {
List<DecoderEntry> result = new ArrayList<>();
if (decoderClazzes != null) {