Fix wrong javadoc

This commit is contained in:
Toshiaki Maki
2016-10-29 05:31:59 +09:00
committed by Dave Syer
parent 757f4ad546
commit a3c41b36be

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014 the original author or authors.
* Copyright 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 @@ import java.lang.annotation.Target;
*
* @author Dave Syer
* @author Artem Bilan
* @since 1.1
* @since 1.2
*
*/
@Target({ ElementType.METHOD, ElementType.TYPE })