| ... | ... | @@ -24,7 +24,7 @@ A comment is redundant if it describes something that adequately describes itsel | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```java
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
i++; II increment i
 | 
| 
 | 
 | 
i++; // increment i
 | 
| 
 | 
 | 
 | 
| 
 | 
 | 
```
 | 
| 
 | 
 | 
Another example is a Javadoc that says nothing more than (or even less than) the function signature:
 | 
| ... | ... |  |