Commit ee9b9d4
committed
Make TransportClusterStateAction abide to our style (#30697)
I still do not like == false. However, I am so use to reading it that
today I read this line of code and could not understand how it could
possibly be doing the right thing. It was only when I finally noticed
the ! that the code made sense. This commit changes this code to be in
our style of == false. I still do not like == false.1 parent 8066b02 commit ee9b9d4
File tree
1 file changed
+3
-3
lines changed- server/src/main/java/org/elasticsearch/action/admin/cluster/state
1 file changed
+3
-3
lines changedserver/src/main/java/org/elasticsearch/action/admin/cluster/state/TransportClusterStateAction.java
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments