spring-guides / gs-uploading-files

Uploading Files :: Learn how to build a Spring application that accepts multi-part file uploads.
http://spring.io/guides/gs/uploading-files/
Apache License 2.0
469 stars 503 forks source link

removed redundant else block #69

Closed alinaalam closed 1 year ago

alinaalam commented 4 years ago

Hi, I was going through the Springboot tutorials and notice this code block. Although, it's harmless, but I think it would be nice to remove the redundant else block. This way, the newbies won't pick up this habit of adding extra else blocks

pivotal-issuemaster commented 4 years ago

@alinaalam Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 4 years ago

@alinaalam Thank you for signing the Contributor License Agreement!

Buzzardo commented 1 year ago

That's your style, but it's not everyone's style, so we'll leave it as it is.