Skip to content

Commit

Permalink
Fixed last merge and increment to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma committed Sep 16, 2015
1 parent f401f26 commit a3e64c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.arcbees.plugin</groupId>
<artifactId>gwtp-idea</artifactId>
<version>1.2.0-beta4</version>
<version>1.2.1</version>
<name>GWTP IntelliJ Plugin</name>
<description>The GWTP IDEA plugin provides tools for GWT-Platform framework in IntelliJ IDEA</description>

Expand Down
19 changes: 9 additions & 10 deletions src/main/java/com/arcbees/plugin/idea/utils/PackageHierarchy.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@

package com.arcbees.plugin.idea.utils;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.logging.Logger;

import com.arcbees.plugin.idea.domain.PresenterConfigModel;
import com.arcbees.plugin.idea.domain.PsiClassModel;
import com.arcbees.plugin.idea.domain.PsiClassesModel;
Expand All @@ -39,16 +48,6 @@
import com.intellij.psi.search.GlobalSearchScope;
import com.intellij.psi.search.PsiShortNamesCache;

import java.com.arcbees.plugin.idea.utils.PackageIndex;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.logging.Logger;

public class PackageHierarchy {
private static final Logger logger = Logger.getLogger(PackageHierarchy.class.getName());

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/arcbees/plugin/idea/utils/PackageIndex.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2013 ArcBees Inc.
/*
* Copyright 2015 ArcBees Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand All @@ -14,7 +14,7 @@
* the License.
*/

package java.com.arcbees.plugin.idea.utils;
package com.arcbees.plugin.idea.utils;

import com.intellij.openapi.module.Module;

Expand Down

0 comments on commit a3e64c1

Please sign in to comment.