You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/02/04 18:17:38 UTC

[09/12] lucene-solr git commit: LUCENE-7012: IntelliJ config: when creating new Java files, place the license header before the package declaration

LUCENE-7012: IntelliJ config: when creating new Java files, place the license header before the package declaration


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/61fae32f
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/61fae32f
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/61fae32f

Branch: refs/heads/lucene-6835
Commit: 61fae32f5fa7bbd1c27077b680d8be3aac87f8dc
Parents: 7c72c6a
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Feb 3 14:39:03 2016 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Feb 3 14:39:03 2016 -0500

----------------------------------------------------------------------
 dev-tools/idea/.idea/copyright/profiles_settings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/61fae32f/dev-tools/idea/.idea/copyright/profiles_settings.xml
----------------------------------------------------------------------
diff --git a/dev-tools/idea/.idea/copyright/profiles_settings.xml b/dev-tools/idea/.idea/copyright/profiles_settings.xml
index 7806534..be6bb83 100644
--- a/dev-tools/idea/.idea/copyright/profiles_settings.xml
+++ b/dev-tools/idea/.idea/copyright/profiles_settings.xml
@@ -9,7 +9,7 @@
     </LanguageOptions>
     <LanguageOptions name="JAVA">
       <option name="fileTypeOverride" value="3" />
-      <option name="fileLocation" value="2" />
+      <option name="fileLocation" value="3" />
     </LanguageOptions>
     <LanguageOptions name="JSP">
       <option name="fileTypeOverride" value="3" />