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 42078bd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,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 42078bd

Please sign in to comment.