Raised the void-safety level to "complete"

Added comments.
This commit is contained in:
2014-06-23 16:05:20 +02:00
parent 67641da44d
commit a3c403323d
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
note
description: "Summary description for {WSF_FILE_UTILITIES}."
author: ""
date: "$Date$"
revision: "$Revision$"
@@ -137,6 +136,8 @@ feature -- Factory
feature {NONE} -- Implementation
new_file_opened_for_writing (f: G): detachable G
-- Returns a new file object opened for writing if possible
-- otherwise returns Void.
local
retried: BOOLEAN
do