eugenp / tutorials

Just Announced - "Learn Spring Security OAuth":

Home Page:http://bit.ly/github-lsso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ISSUE] Minute to second conversion is minute to minute conversion

stetsche opened this issue · comments

Article and Module Links
https://www.baeldung.com/java-timeunit-conversion

Describe the Issue
In the paragraph 3.2. Using the toXXX() Method long seconds = TimeUnit.MINUTES.toMinutes(1); should be long seconds = TimeUnit.MINUTES.toSeconds(1);

Hey, @stetsche.

Thanks for bringing this to our attention. We've updated the article to fix this.