Repository: incubator-gobblin Updated Branches: refs/heads/master c7c6c5a43 -> f01939657
Update gobblin package name in the Intellij style config file Update the section <option name="IMPORT_LAYOUT_TABLE"> Closes #2185 from HappyRay/update-package-name-in- intellij-style-config-file Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/f0193965 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/f0193965 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/f0193965 Branch: refs/heads/master Commit: f01939657aa34406a9428795f0c5ab29d582a436 Parents: c7c6c5a Author: Ray Yang <[email protected]> Authored: Tue Dec 5 11:34:12 2017 -0800 Committer: Abhishek Tiwari <[email protected]> Committed: Tue Dec 5 11:34:12 2017 -0800 ---------------------------------------------------------------------- gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/f0193965/gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml ---------------------------------------------------------------------- diff --git a/gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml b/gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml index 4384442..88c814f 100644 --- a/gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml +++ b/gobblin-docs/developer-guide/files/codestyle-intellij-gobblin.xml @@ -53,7 +53,7 @@ <emptyLine /> <package name="" withSubpackages="true" static="false" /> <emptyLine /> - <package name="gobblin" withSubpackages="true" static="false" /> + <package name="org.apache.gobblin" withSubpackages="true" static="false" /> <emptyLine /> <package name="" withSubpackages="true" static="true" /> </value>
