-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
The Java code does not compile because:
- the name of the public type (
SecureCompatibleEncryptionExamples) does not match the file nameSCEE.java-> either rename the class toSCEEor rename the file toSecureCompatibleEncryptionExamples.java - the declared package
sceedoes not match the source package -> either moveSCEE.javato asceesubfoler or declareSecureCompatibleEncryptionExamplesin the default package (this is not recommended).
Metadata
Metadata
Assignees
Labels
No labels