Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg committed Jun 8, 2023
1 parent 6b5d194 commit c1846ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static String readFromAsString(Reader reader) throws IOException {
return sb.toString();
}

/**
/**
* The maximum size of array to allocate.
* Some VMs reserve some header words in an array.
* Attempts to allocate larger arrays may result in
Expand Down

0 comments on commit c1846ce

Please sign in to comment.