1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-31 20:00:47 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Le Coupanec
2aee46f169
Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00

View File

@ -286,7 +286,7 @@ for(dataType item : array) {
### ACCESS MODIFIERS
1. defualt(No keyword required)
1. default(No keyword required)
2. private
3. public
4. protected