Skip to content

Commit 9fcdd99

Browse files
committed
Update CODING_STYLE
Fixed misspelling: paramater -> parameter
1 parent 21898b1 commit 9fcdd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODING_STYLE

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Annotations
8686
* Class annotations : Wrap always
8787
* Method annotations : Wrap always
8888
* Field annotations : Wrap always
89-
* Paramater annotations : Do not wrap
89+
* Parameter annotations : Do not wrap
9090
* Local variable annotations : Do not wrap
9191

9292
----------------------------------
@@ -129,4 +129,4 @@ import java.*
129129
import javax.*
130130
import com.*
131131
<blank line>
132-
import (all other imports)
132+
import (all other imports)

0 commit comments

Comments
 (0)