[
https://issues.apache.org/jira/browse/ATLAS-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091720#comment-15091720
]
Shwetha G S commented on ATLAS-6:
---------------------------------
Command to fix the headers:
{code}
for i in `find . -name *.java`; do sed -n '/package/,$p' $i > target/tmp.java;
cat src/build/checkstyle-java-header.txt target/tmp.java > $i; rm
target/tmp.java; done
{code}
> Fix checkstyle issues
> ---------------------
>
> Key: ATLAS-6
> URL: https://issues.apache.org/jira/browse/ATLAS-6
> Project: Atlas
> Issue Type: Bug
> Reporter: Shwetha G S
> Assignee: Shwetha G S
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)