diff options
Diffstat (limited to 'scripting/README')
-rw-r--r-- | scripting/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripting/README b/scripting/README index f19fa3b21fea..1ca4fe97bdd9 100644 --- a/scripting/README +++ b/scripting/README @@ -3,6 +3,11 @@ This module provides the source code for the Scripting Framework. For more information on the Scripting Framework, see the project web page: [http://framework.openoffice.org/scripting/] +This module uses astyle to keep consistent java coding style. Please run + +./Format_java_code.sh + +before committing. == Source Code Structure == |