1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

Change-Id: I130139bc6f3f711976f988b150400f822f23bea8
This commit is contained in:
Jonah Graham 2021-02-26 14:10:10 -05:00
parent 0ca137e854
commit 67c048d5cc

View file

@ -277,7 +277,8 @@ public class TabFolderManager extends PlatformObject implements ISelectionProvid
try {
terminal.setEncoding(encoding);
} catch (UnsupportedEncodingException e) {
/* ignored on purpose */ }
/* ignored on purpose */
}
// Associated the terminal with the tab item
item.setData(terminal);
// Associated the custom data node with the tab item (if any)