| Line 130: |
Line 130: |
| | </source> | | </source> |
| | | | |
| − | values.length; -> returns the array lenght<br /> | + | values.length; → returns the array lenght<br /> |
| | | | |
| | == Eclipse shortcuts == | | == Eclipse shortcuts == |
| − | Ctrl + Space -> Autocomplete.<br /> | + | Ctrl + Space → Autocomplete.<br /> |
| − | Ctrl + d -> Delete Line<br /> | + | Ctrl + d → Delete Line<br /> |
| − | Ctrl + o -> Automatically add imports<br /> | + | Ctrl + o → Automatically add imports<br /> |