--- old/test/jdk/java/util/prefs/CheckUserPrefLater.java 2018-10-24 11:39:53.000000000 +0800 +++ new/test/jdk/java/util/prefs/CheckUserPrefLater.java 2018-10-24 11:39:52.000000000 +0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -24,9 +24,8 @@ import java.util.prefs.Preferences; /** - * CheckUserPrefsStorage.sh uses this to check that preferences stored + * CheckUserPrefsStorage.java uses this to check that preferences stored * by CheckUserPrefFirst.java can be retrieved - * @author khazra */ public class CheckUserPrefLater {