Skip to content

Commit

Permalink
Handle java part
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim authored and cowtowncoder committed Dec 18, 2023
1 parent c3a6182 commit 3b7c39a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for more information.
#### Coding Style

Jackson projects usually adhere to well-known conventional coding guides, but there still have
Jackson-specific coding conventions. Please refer to [Jackson Code Style](../../blob/master/contribution/jackson-java-coding-style-guide.md) for details.
Jackson-specific coding conventions. Please refer to [Jackson Code Style](../../blob/master/contribution/jackson-coding-style-guide.md) for details.

#### Testing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Jackson-Java Coding Style Guide
# Jackson Coding Style Guide

This document serves as the coding conventions for Java source code in the Jackson project. It's inspired by the Google
Java Style Guide.
This document serves as the coding conventions for Java source code in the Jackson project.
Some parts of this document only apply to Java source code, while others apply to all source code in the project.

## Table of Contents

Expand Down

0 comments on commit 3b7c39a

Please sign in to comment.