summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/util/FastSetFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/fernflower/util/FastSetFactory.java')
-rw-r--r--src/de/fernflower/util/FastSetFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/fernflower/util/FastSetFactory.java b/src/de/fernflower/util/FastSetFactory.java
index 7543e0d..4e5a631 100644
--- a/src/de/fernflower/util/FastSetFactory.java
+++ b/src/de/fernflower/util/FastSetFactory.java
@@ -12,7 +12,7 @@
* A PARTICULAR PURPOSE.
*/
-package de.fernflower.util;
+package org.jetbrains.java.decompiler.util;
import java.util.Collection;
import java.util.HashSet;