From 89416627bc9ff2937348dcdefe70f609516e85ad Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Wed, 2 Feb 2022 20:00:05 -0800 Subject: [PATCH] Move a

around --- javaguide.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/javaguide.html b/javaguide.html index de177873e..7467bef17 100644 --- a/javaguide.html +++ b/javaguide.html @@ -873,9 +873,9 @@

5.2.1 Package names

Package names use only lowercase letters and digits (no underscores). Consecutive words are simply concatenated together. For example, com.example.deepspace, not com.example.deepSpace or -com.example.deep_space. +com.example.deep_space.

-

5.2.2 Class names

+

5.2.2 Class names

Class names are written in UpperCamelCase.

@@ -1238,4 +1238,3 @@

7.3.4 Non-required Javadoc

-