Projects STRLCPY wrongsecrets Commits 09e862cb
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    src/main/java/org/owasp/wrongsecrets/challenges/Country.java
    1  -package org.owasp.wrongsecrets.challenges;
    2  - 
    3  -import lombok.RequiredArgsConstructor;
    4  - 
    5  -@RequiredArgsConstructor
    6  -public class Country {
    7  - 
    8  - public String name;
    9  - public String code;
    10  -}
    11  - 
Please wait...
Page is in error, reload to recover