mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
Update java.html.markdown
This commit is contained in:
@@ -734,7 +734,7 @@ public class EnumTest {
|
|||||||
|
|
||||||
// Enum types are much more powerful than we show above.
|
// Enum types are much more powerful than we show above.
|
||||||
// The enum body can include methods and other fields.
|
// The enum body can include methods and other fields.
|
||||||
// You can se more at https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html
|
// You can see more at https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -775,4 +775,4 @@ The links provided here below are just to get an understanding of the topic, fee
|
|||||||
|
|
||||||
* [Objects First with Java](http://www.amazon.com/Objects-First-Java-Practical-Introduction/dp/0132492660)
|
* [Objects First with Java](http://www.amazon.com/Objects-First-Java-Practical-Introduction/dp/0132492660)
|
||||||
|
|
||||||
* [Java The Complete Reference](http://www.amazon.com/gp/product/0071606300)
|
* [Java The Complete Reference](http://www.amazon.com/gp/product/0071606300)
|
||||||
|
Reference in New Issue
Block a user