Skip to content
Snippets Groups Projects
Commit 62201ecf authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Refactored kernel.util -> kernel.utils

other YELLOW
refs 153
parent fef07932
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.util;
package org.fortiss.tooling.kernel.utils;
import java.io.IOException;
import java.util.HashMap;
......
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.util;
package org.fortiss.tooling.kernel.utils;
import java.util.ArrayList;
import java.util.Collections;
......
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.util;
package org.fortiss.tooling.kernel.utils;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Plugin;
......
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.util;
package org.fortiss.tooling.kernel.utils;
import java.util.Iterator;
import java.util.StringTokenizer;
......
......@@ -15,7 +15,7 @@ $Id$
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.util;
package org.fortiss.tooling.kernel.utils;
import java.util.List;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment