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.
81
81
82
82
``` java
83
83
/*
84
- * Copyright 2002-2016 the original author or authors.
84
+ * Copyright 2002-2017 the original author or authors.
85
85
*
86
86
* Licensed under the Apache License, Version 2.0 (the "License");
87
87
* you may not use this file except in compliance with the License.
@@ -102,18 +102,18 @@ package ...;
102
102
### Update Apache license header in modified files as necessary
103
103
104
104
Always 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:
106
106
107
107
``` java
108
108
/*
109
109
* Copyright 2002-2011 the original author or authors.
110
110
```
111
111
112
- Then be sure to update it to 2016 accordingly:
112
+ Then be sure to update it to 2017 accordingly:
113
113
114
114
```java
115
115
/*
116
- * Copyright 2002-2016 the original author or authors.
116
+ * Copyright 2002-2017 the original author or authors.
117
117
```
118
118
119
119
### Use @since tags for newly-added public API types and methods
@@ -125,7 +125,7 @@ For example:
125
125
* ...
126
126
*
127
127
* @author First Last
128
- * @since 4.2.3
128
+ * @since 5.0
129
129
* @see ...
130
130
*/
131
131
```
You can’t perform that action at this time.
0 commit comments