summaryrefslogtreecommitdiffhomepage
path: root/java.html.markdown
diff options
context:
space:
mode:
authorJake Prather <JakeHP@Zoho.com>2013-07-01 09:32:19 -0500
committerJake Prather <JakeHP@Zoho.com>2013-07-01 09:32:19 -0500
commit9da1289d91d710dcd9157e364a32b0ba7928c679 (patch)
treebe36d05fe4df825771bf8035402b97c1cba6731b /java.html.markdown
parent1863a5de878d527ade6d15f0e4c4ad92695c054d (diff)
Added code conventions link
Diffstat (limited to 'java.html.markdown')
-rw-r--r--java.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/java.html.markdown b/java.html.markdown
index 587e793e..3d2e6bbe 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -349,4 +349,6 @@ Other Topics To Research:
* [Generics](http://docs.oracle.com/javase/tutorial/java/generics/index.html)
+* [Java Code Conventions](http://www.oracle.com/technetwork/java/codeconv-138413.html)
+
* The links provided are just to get an understanding of the topic, feel free to google and find specific examples