Commit 08086de
authored
appengine-java8/mailgun: address checkstyle violation (GoogleCloudPlatform#2153)
Reorder statements to address checkstyle violation.
Error from checkstyle:
[ERROR] src/main/java/com/example/appengine/mailgun/MailgunServlet.java:[60] (coding) VariableDeclarationUsageDistance: Distance between variable 'webResource' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).1 parent 73b13fe commit 08086de
File tree
1 file changed
+2
-2
lines changed- appengine-java8/mailgun/src/main/java/com/example/appengine/mailgun
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments