forked from nidhidhamnani/markdown-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- When you create a List, you could declare this is a List.
For example
original code:
ArrayList Links = getLinks(contents);
System.out.println(Links);
changed code:
ArrayList webLinksLink = getLinks(contents);
System.out.println(webLinksLink);
(add web to distinguish linksList)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels