You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Coding Standards

Formatting Conventions

OpenJPA adheres to Sun's Code Conventions for the Java Programming Language, which is available at http://java.sun.com/docs/codeconv/

Submitting a Patch

If you make changes to OpenJPA, and would like to contribute the to the project, you should create a patch and post it to the OpenJPA JIRA issue tracker. To create a patch, simply execute the following command:

$> svn diff > your-changes.patch
  • No labels