mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 19:12:18 +07:00
1. Block.getSpacing() contract is refined; 2. Java formatter tests don't strip line feeds and trailing spaces now; 3. Test data is corrected;
12 lines
141 B
Java
12 lines
141 B
Java
class Foo {
|
|
void foo() {
|
|
try
|
|
{
|
|
//whatever
|
|
}
|
|
catch (Exception ex)
|
|
{
|
|
}
|
|
}
|
|
}
|