OpenLiberty / guide-maven-intro

An introductory guide on how to build applications using Maven on Open Liberty: https://openliberty.io/guides/maven-intro.html
Other
20 stars 34 forks source link

Unnecessary line of code in the .java file #76

Closed MaiHameed closed 4 years ago

MaiHameed commented 4 years ago

The line private static final long serialVersionUID = 1L; in the HelloServlet.java file is unnecessary, it was brought to my attention by an external member.

gkwan-ibm commented 4 years ago

No need to remove