mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 07:43:56 +02:00
Fixed JDK 1.6 dependency.
This commit is contained in:
parent
29a5f85282
commit
8677a111d1
1 changed files with 1 additions and 1 deletions
|
@ -1471,7 +1471,7 @@ public class Scribe {
|
|||
|
||||
private void printEmptyLines(int linesNumber, int insertPosition) {
|
||||
final String buffer= getEmptyLines(linesNumber);
|
||||
if (!buffer.isEmpty()) {
|
||||
if (buffer.length() != 0) {
|
||||
addInsertEdit(insertPosition, buffer);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue