From c9c3da0fe7d193712a80daa5eac6973cc7a6f95a Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 26 Apr 2010 20:20:04 +0000 Subject: [PATCH] formatting --- .../integration/channel/AbstractPollableChannel.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); - }