copyright messages updated in all java filees.
[utils] / support / spring / src / test / java / org / wamblee / test / spring / TestTransactionCallbackWithoutResult.java
index a5011e4888d4a5529b6e42b49d6cbae08eb1efc2..b3b2dd2b67fd484e5fbed5d43e0d538a1af33b85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 the original author or authors.
+ * Copyright 2005-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.
@@ -18,7 +18,7 @@ package org.wamblee.test.spring;
 /**
  * Transaction callback for testing. The test will fail if any type of exception
  * is thrown.
- *
+ * 
  * @author Erik Brakkee
  */
 public interface TestTransactionCallbackWithoutResult {