File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ present in the framework.
8181
8282``` java
8383/*
84- * Copyright 2002-2016 the original author or authors.
84+ * Copyright 2002-2017 the original author or authors.
8585 *
8686 * Licensed under the Apache License, Version 2.0 (the "License");
8787 * you may not use this file except in compliance with the License.
@@ -102,18 +102,18 @@ package ...;
102102### Update Apache license header in modified files as necessary
103103
104104Always check the date range in the license header. For example, if you've
105- modified a file in 2015 whose header still reads:
105+ modified a file in 2017 whose header still reads:
106106
107107``` java
108108/*
109109 * Copyright 2002-2011 the original author or authors.
110110```
111111
112- Then be sure to update it to 2016 accordingly:
112+ Then be sure to update it to 2017 accordingly:
113113
114114```java
115115/*
116- * Copyright 2002-2016 the original author or authors.
116+ * Copyright 2002-2017 the original author or authors.
117117```
118118
119119### Use @since tags for newly-added public API types and methods
@@ -125,7 +125,7 @@ For example:
125125 * ...
126126 *
127127 * @author First Last
128- * @since 4.2.3
128+ * @since 5.0
129129 * @see ...
130130 */
131131```
You can’t perform that action at this time.
0 commit comments