Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253492: Miss comma after second copyright year in FDBigInteger.java
Reviewed-by: ccheung
  • Loading branch information
yminqi committed Sep 22, 2020
1 parent 0f26ab1 commit 7b86012
Show file tree
Hide file tree
Showing 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
Expand Down
2 changes: 1 addition & 1 deletion src/java.base/share/classes/jdk/internal/misc/CDS.java
Expand Up @@ -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.
*/
Expand Down

1 comment on commit 7b86012

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 7b86012 Sep 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.