Skip to content

Commit 0f48603

Browse files
author
Brent Christian
committed
8214561: Use {@systemProperty} for definition of "java.util.prefs.PreferencesFactory" system property
Reviewed-by: lancea
1 parent 98a69ed commit 0f48603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.prefs/share/classes/java/util/prefs/Preferences.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -194,7 +194,7 @@
194194
* <ol>
195195
*
196196
* <li><p>If the system property
197-
* {@code java.util.prefs.PreferencesFactory} is defined, then it is
197+
* {@systemProperty java.util.prefs.PreferencesFactory} is defined, then it is
198198
* taken to be the fully-qualified name of a class implementing the
199199
* {@code PreferencesFactory} interface. The class is loaded and
200200
* instantiated; if this process fails then an unspecified error is

0 commit comments

Comments
 (0)