Skip to content

Commit

Permalink
[code] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiecat committed Feb 4, 2015
1 parent 5f4099b commit e8c112c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code_samples/tree_structure_provider/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<depends>com.intellij.modules.lang</depends>

<extensions defaultExtensionNs="com.intellij">
<treeStructureProvider implementation="org.jetbrains.tutorials.sample.tree.TextOnlyTreeStructureProvider"/>
<treeStructureProvider implementation="org.jetbrains.tutorials.tree.structure.TextOnlyTreeStructureProvider"/>
</extensions>

<application-components>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.tutorials.sample.tree;
package org.jetbrains.tutorials.tree.structure;

import com.intellij.ide.projectView.TreeStructureProvider;
import com.intellij.ide.projectView.ViewSettings;
Expand Down

0 comments on commit e8c112c

Please sign in to comment.