formatting

This commit is contained in:
Mark Fisher
2010-04-26 20:20:04 +00:00
parent c139bcf695
commit c9c3da0fe7

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2010 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.
@@ -67,5 +67,4 @@ public abstract class AbstractPollableChannel extends AbstractMessageChannel imp
*/
protected abstract Message<?> doReceive(long timeout);
}