(StringBuilder buffer)
| 589 | * This will record the version more accurately. |
| 590 | */ |
| 591 | private static void appendVersionLine(StringBuilder buffer) |
| 592 | { |
| 593 | buffer.append(IOConstants.TAG_VERSION).append(':'); |
| 594 | buffer.append(PCGenPropBundle.getVersionNumber()); |
| 595 | buffer.append(IOConstants.LINE_SEP); |
| 596 | } |
| 597 | |
| 598 | private void appendAgeLine(StringBuilder buffer) |
| 599 | { |
no test coverage detected