Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | ||||
* | [java/en] adding an exemple to ternary operator ?: (#2794) | Mathieu Gemard | 2017-07-11 | -1/+5 |
| | | | We could think we always had to use = with ?: | |||
* | [java/en] few changes (#2788) | Mathieu Gemard | 2017-07-09 | -66/+55 |
| | ||||
* | [java/en] typo (#2763) | Mathieu Gemard | 2017-06-18 | -1/+1 |
| | ||||
* | [en/java] Modify the Animal abstract class (#2751) | Kidhanis De Jesus | 2017-06-08 | -3/+3 |
| | | | | | | | | | | * Fix word order in class documentation * Change access level modifier of age variable The comment inside eat() mentions that the variable is private. Furthermore, there would be no error if the variable were used inside Dog given the current access level. | |||
* | [Java/en]Fix small typo in Java English tutorial (#2743) | Yerkebulan Tulibergenov | 2017-05-31 | -1/+1 |
| | ||||
* | [java/en-us] Fix typo (#2708) | Felipe Cury | 2017-05-18 | -1/+1 |
| | ||||
* | Replace tabs with 4 spaces in java | Adam | 2017-03-23 | -25/+25 |
| | ||||
* | Fixed indentation in the java file | Sean Nam | 2017-03-12 | -5/+5 |
| | ||||
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Sean Nam | 2017-02-09 | -3/+3 |
|\ | | | | | | | Pulling from master to work on Java[en] inputs | |||
| * | Remove duplicate int declarations (#2521) | Andrew Gallasch | 2017-02-09 | -3/+3 |
| | | | | | | Duplicate declarations break the build | |||
* | | Changed more indentation to 4 spaces | Sean Nam | 2017-02-08 | -2/+2 |
| | | ||||
* | | Changed indentation to 4 spaces | Sean Nam | 2017-02-08 | -6/+6 |
| | | ||||
* | | Updated Java (en-us) to include Input using Scanner and System.in | Sean Nam | 2017-01-03 | -0/+35 |
|/ | ||||
* | Adding new Java 8 features (#2543) | Santiago | 2016-10-31 | -0/+4 |
| | | | | | | | | * Added info on Java generics in Spanish. * Adding new Java 8 features * Removing the section on Generics for the ES-es version | |||
* | Merge pull request #2522 from adambard/string-builder-loops | Andrew Gallasch | 2016-10-27 | -1/+14 |
|\ | | | | | Add StringBuilder usage tip | |||
| * | Add StringBuilder usage tip | Andrew Gallasch | 2016-10-27 | -1/+14 |
| | | ||||
* | | Update java.html.markdown | Andrew Gallasch | 2016-10-27 | -1/+9 |
| | | ||||
* | | Rename duplicate fooInt | Andrew Gallasch | 2016-10-27 | -1/+1 |
|/ | ||||
* | Added try-with-resources to Java docs (#2438) | Robert Rose | 2016-10-10 | -22/+48 |
| | | | | | | | | - Added documentation and sample code pertaining to try-with-resources to the Java documentation. - Converted all Oracle and GitHub http links to https. - Added my name to the contributors list since this is my second time contributing. - Special shoutout to @enkidevs for teaching me about try-with-resources. | |||
* | Update java.html.markdown (#2346) | prestonpeterson | 2016-08-27 | -1/+1 |
| | ||||
* | java: In Java 8, interfaces can have default method. (#2337) | Jakukyo Friel | 2016-08-22 | -2/+6 |
| | ||||
* | [Java/en] Adding a reference for treemap (#2300) | Nimit Shah | 2016-07-08 | -0/+3 |
| | | | | | | | | | | * Adding a reference for treemap Adding reference for a treemap * Removing my name from the contributors list Removing my name from the contributors list as it requires a significant contribution to add my name to it. | |||
* | Manually merge #1780 | ven | 2016-06-28 | -0/+24 |
| | | | fixes #1780 | |||
* | Added main attributes of javadocs. (#1850) | Harry | 2016-06-26 | -2/+11 |
| | ||||
* | Update java.html.markdown | Cameron Bernhardt | 2016-05-01 | -2/+2 |
| | ||||
* | Fixed typo(s) in Java (EN) | Justin Tervay | 2016-04-19 | -3/+3 |
| | ||||
* | fixed | Divay Prakash | 2016-03-12 | -1/+0 |
| | ||||
* | removed whitespaces, fixed content extending beyond 80 chars | Divay Prakash | 2016-03-03 | -59/+33 |
| | ||||
* | new boolean[] not really required when initializing. | Senthil Kumaran | 2016-02-15 | -1/+1 |
| | | | Introducing this disrupts the flow a little bit to think, if specifying `new boolean[] ` required when intializing. | |||
* | Fixed statement about many classes in one file | oscarb-se | 2016-02-08 | -1/+1 |
| | | | Fixed statement on line 441 to say that it is _not_ good practice to keep many classes in the same file. | |||
* | Merge pull request #1698 from chaityabshah/master | Geoff Liu | 2015-12-18 | -1/+1 |
|\ | | | | | [Java/EN] Fix Spacing Inconsistency | |||
| * | Fix Spacing Inconsistency | Chaitya Shah | 2015-10-20 | -1/+1 |
| | | | | | | Fix spacing inconsistency in PennyFarthing Constructor | |||
| * | Merge pull request #1551 from rstiyer/typo-fix | Levi Bostian | 2015-10-18 | -3/+8 |
| |\ | | | | | | | Typo fixes and refactor description of Java Map | |||
| | * | Typo fixes and refactor description of Java Map | Rachel Stiyer | 2015-10-15 | -3/+8 |
| | | | ||||
| * | | Fix Spacing Inconsistency (Switch Statement) | Chaitya Shah | 2015-10-16 | -1/+1 |
| | | | ||||
| * | | Merge pull request #1580 from chaityabshah/master | Adam Bard | 2015-10-17 | -1/+1 |
| |\ \ | | | | | | | | | Java/EN - Fix Spacing Inconsistency | |||
| | * | | Fix Spacing Inconsistency | Chaitya Shah | 2015-10-16 | -1/+1 |
| | |/ | ||||
| * / | Add For Loop Label Breaking in Java | Akshay Kalose | 2015-10-16 | -1/+12 |
| |/ | ||||
* | | Formatted enum comments | Andy | 2015-10-31 | -4/+6 |
| | | ||||
* | | Merge pull request #1926 from hopesenddreams/patch-1 | Adam Bard | 2015-10-31 | -1/+1 |
|\ \ | | | | | | | Fixed typo at BigInteger assignment | |||
| * | | Fixed typo at BigInteger assignment | Andy | 2015-10-31 | -1/+1 |
| | | | ||||
* | | | Merge pull request #1929 from hopesenddreams/patch-2 | Adam Bard | 2015-10-31 | -1/+6 |
|\ \ \ | | | | | | | | | Added BigDecimal float constructor caveat | |||
| * | | | Added BigDecimal float constructor caveat | Andy | 2015-10-31 | -1/+6 |
| |/ / | ||||
* | | | Added missing new in HashSet instantiation | Andy | 2015-10-31 | -1/+1 |
| | | | ||||
* | | | Improved int division comment and code | Andy | 2015-10-31 | -2/+2 |
|/ / | ||||
* | | [java/en] Enum Type | Raphael Nascimento | 2015-10-29 | -4/+15 |
| | | ||||
* | | [java/en] Enum Type | Raphael Nascimento | 2015-10-21 | -7/+22 |
| | | ||||
* | | [java/en] Enum Type | Raphael Nascimento | 2015-10-15 | -6/+2 |
| | | | | | | Outputs in line. | |||
* | | [java/en] Enum Type | Raphael Nascimento | 2015-10-14 | -0/+63 |
|/ | | | Short overview about enum type. |