From b9ae90ba34aa69046be03653d85c53f240108f67 Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Mon, 16 Dec 2019 13:35:14 +0000 Subject: [PATCH] Update java-style-guide.md --- doc/java-style-guide.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/java-style-guide.md b/doc/java-style-guide.md index 15d9d6bbae..a9f6208851 100644 --- a/doc/java-style-guide.md +++ b/doc/java-style-guide.md @@ -65,11 +65,6 @@ the package name, the file should be moved one level up. For examples, if be placed directly in the `org.enso` package instead of `org.enso.filemanager`. This is to avoid repetitious constructs like `org.enso.filemanager.FileManager`. -The root directory for the project should follow the naming scheme of types. -For example, if the project name is `File Manager`, then sources of the main -package shall be located under path -`FileManager\src\main\java\org\enso\filemanager`. - ### The Public API In order to produce as flexible a codebase as possible, we tend not to make use of access modifiers in our code (`protected`, `private`, and so on). Instead, we