> Please review this documentation-only change, which I believe does **NOT** 
> require CSR.
> 
> The change touches java.time.** classes that I happen to have been using a 
> lot recently. While the diff is pretty self-describing, here's the summary of 
> what I did:
> 
> * used a comma separator for some big integer values, to improve readability;
> * fixed a few typos and grammar.
> 
> While I'm open to discuss the change, I also have some questions. Note: I'm 
> not attempting to address those questions in this PR.
> 
> * What's the significance of the second argument in 
> Duration.between(Temporal, Temporal) being exclusive? For example, would the 
> result of the following call be different if the second argument was 
> inclusive?
> 
>         Duration.between(Instant.ofEpochSecond(1), Instant.ofEpochSecond(2))
> 
>   Are there any cases here where that distinction matters?
> 
> * In many cases, the following phrase is used throughout documentation:
> 
>     > positive or negative
> 
>     While the intent is clearly to stress the directed nature of values, 
> shouldn't we -- for completeness -- also mention zero where applicable?
> 
> * What's the significance of title-case for Java Time-Scale? FWIW, the 
> documentation also uses "Java time-scale".

Pavel Rappo has updated the pull request incrementally with one additional 
commit since the last revision:

  Update copyright years
  
  Note: any commit hashes below might be outdated due to subsequent
  history rewriting (e.g. git rebase).
  
   + update src/java.base/share/classes/java/time/package-info.java due to 
e58c5a4c023
   + update src/java.base/share/classes/java/time/temporal/ChronoField.java due 
to 4d8aadf8754

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/27296/files
  - new: https://git.openjdk.org/jdk/pull/27296/files/e58c5a4c..d8510639

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27296&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27296&range=02-03

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/27296.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27296/head:pull/27296

PR: https://git.openjdk.org/jdk/pull/27296

Reply via email to