File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
src/main/java/org/apache/ibatis/lang Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11/**
2- * Copyright 2009-2016 the original author or authors.
2+ * Copyright 2009-2017 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package org .apache .ibatis .lang ;
1817
1918import java .lang .annotation .Documented ;
2423
2524/**
2625 * <p>
27- * Indicates that the element uses Java 7 API.<br />
28- * It can be used with JUnit's Category annotation.
26+ * Indicates that the element uses Java 7 API.
2927 * </p>
3028 */
3129@ Documented
Original file line number Diff line number Diff line change 11/**
2- * Copyright 2009-2016 the original author or authors.
2+ * Copyright 2009-2017 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package org .apache .ibatis .lang ;
1817
1918import java .lang .annotation .Documented ;
2423
2524/**
2625 * <p>
27- * Indicates that the element uses Java 8 API.<br />
28- * It can be used with JUnit's Category annotation.
26+ * Indicates that the element uses Java 8 API.
2927 * </p>
3028 */
3129@ Documented
You can’t perform that action at this time.
0 commit comments