Skip to content

Commit 8817f05

Browse files
committed
Remove outdated javadoc
1 parent 9f91fbc commit 8817f05

File tree

1 file changed

+0
-1
lines changed
  • substratevm/src/com.oracle.graal.pointsto/src/com/oracle/graal/pointsto/reports

1 file changed

+0
-1
lines changed

substratevm/src/com.oracle.graal.pointsto/src/com/oracle/graal/pointsto/reports/ReportUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public class ReportUtils {
7272
* @param name the name of the report
7373
* @param extension the extension of the report
7474
* @param reporter a consumer that writes to a PrintWriter
75-
* @return file name for the report
7675
*/
7776
public static void report(String description, String path, String name, String extension, Consumer<PrintWriter> reporter) {
7877
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss");

0 commit comments

Comments
 (0)