mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Cleanup of duplicate semicolons
Issue: SPR-15654
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public abstract class AbstractXlsView extends AbstractView {
|
||||
response.setContentType(getContentType());
|
||||
|
||||
// Flush byte array to servlet output stream.
|
||||
renderWorkbook(workbook, response);;
|
||||
renderWorkbook(workbook, response);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user