Skip to content

Commit f857d0f

Browse files
committed
Deprecate Prefs
The Prefs utility class is now deprecated. PrefService should be used instead.
1 parent 6fe0553 commit f857d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scijava/util/Prefs.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
* @author Curtis Rueden
5050
* @author Barry DeZonia
5151
* @author Grant Harris
52+
* @deprecated See {@link PrefService}
5253
*/
54+
@Deprecated
5355
public final class Prefs {
5456

5557
private static PrefService prefService;

0 commit comments

Comments
 (0)