mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8253492: Miss comma after second copyright year in FDBigInteger.java
Reviewed-by: ccheung
This commit is contained in:
parent
0f26ab16dd
commit
7b860120e1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue