Adobe-Marketing-Cloud / aem-guides

AEM Guides contains multiple AEM Maven projects that are code companions for a corresponding tutorial found on helpx.adobe.com
https://helpx.adobe.com/experience-manager/kt/index/aem-6-3-videos.html
74 stars 80 forks source link

Correction needed in the SimpleServlet.java template #19

Closed artika4biz closed 6 years ago

artika4biz commented 6 years ago

This file needs a correction in the UID case:

private static final long serialVersionUid = 1L; private static final long serialVersionUID = 1L;

davidjgonzalez commented 6 years ago

@artika4biz sorry - can you link to the file in the repo that needs this update? I can't seem to find a file with this name in this repo... (or one that uses: serialVersionUid) .. is it on a different branch perhaps?

artika4biz commented 6 years ago

@davidjgonzalez Actually I opened this issue for the Aem Project Archetype: issue 120 .

You can consider this issue in aem-guides as a duplicate and close/remove it