diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php
index 94f49f59f69..ec4d4028bd2 100755
--- a/releng/org.eclipse.rse.build/template/buildNotes.php
+++ b/releng/org.eclipse.rse.build/template/buildNotes.php
@@ -136,7 +136,8 @@ More information can be found in the associated bugzilla items.
- Optimized IFileService for multi-queries. This is not a breaking API change for clients
- that extend AbstractFileService rather than implementing IFileService directly. But the
+ that extend AbstractFileService
+ rather than implementing IFileService directly. But the
now deprecated methods getFiles(), getFolders() and getFilesAndFolders()
may be removed soon in favor of the new list() API
[207178].