diff --git a/org.springframework.integration/src/main/java/org/springframework/integration/channel/AbstractPollableChannel.java b/org.springframework.integration/src/main/java/org/springframework/integration/channel/AbstractPollableChannel.java index 41da2a65d4..edd669f2a6 100644 --- a/org.springframework.integration/src/main/java/org/springframework/integration/channel/AbstractPollableChannel.java +++ b/org.springframework.integration/src/main/java/org/springframework/integration/channel/AbstractPollableChannel.java @@ -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); - }