8253492: Miss comma after second copyright year in FDBigInteger.java

Reviewed-by: ccheung
This commit is contained in:
Yumin Qi 2020-09-22 18:18:58 +00:00
parent 0f26ab16dd
commit 7b860120e1
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2020, 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

View file

@ -44,7 +44,7 @@ public class CDS {
public static native void defineArchivedModules(ClassLoader platformLoader, ClassLoader systemLoader);
/**
* @return a predictable "random" seed derived from the VM's build ID and version,
* Returns a predictable "random" seed derived from the VM's build ID and version,
* to be used by java.util.ImmutableCollections to ensure that archived
* ImmutableCollections are always sorted the same order for the same VM build.
*/