when "Remove brackets around single line blocks" is
checked.
Example:
public class Test7 {
public Test7() {
if (x == 1) {
// a comment
}
}
}
produces:
public class Test7 {
public Test7() {
if (x == 1)
// a comment
}
}
Note the missing ";".
Mike Atkinson
None
None
Public
|
Date: 2003-09-28 22:19 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2003-09-28 22:19 | mikeatkinson |
| resolution_id | None | 2003-09-28 22:19 | mikeatkinson |
| close_date | - | 2003-09-28 22:19 | mikeatkinson |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use