Polishing

(cherry picked from commit 2f9ed59)
This commit is contained in:
Juergen Hoeller
2016-10-28 23:49:21 +02:00
parent 0ee8322947
commit 144f687ee9
8 changed files with 47 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ public interface MessageChannel {
/**
* Constant for sending a message without a prescribed timeout.
*/
public static final long INDEFINITE_TIMEOUT = -1;
long INDEFINITE_TIMEOUT = -1;
/**