Skip to content

Commit 1e5afb1

Browse files
committed
Capitalize Java
Java is a proper noun when used in our documentation. This change ensures that it is capitalized properly. [#52706181]
1 parent 16ec569 commit 1e5afb1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/framework-java_opts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# `JAVA_OPTS` Framework
22
The `JAVA_OPTS` Framework contributes arbitrary Java options to the application at runtime.
3-
3+
44
<table>
55
<tr>
6-
<td><strong>Detection Criterion</strong></td><td><ptt>java_opts</tt> set</td>
6+
<td><strong>Detection Criterion</strong></td><td><tt>java_opts</tt> set</td>
77
</tr>
88
<tr>
99
<td><strong>Tags</strong></td><td><tt>java-opts</tt></td>
1010
</tr>
1111
</table>
1212
Tags are printed to standard output by the buildpack detect script
13-
13+
1414

1515
## Configuration
1616
The framework can be configured by modifying the [`config/java_opts.yml`][java_opts_yml] file.

docs/jre-openjdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ The following optional properties may be specified in the `memory_sizes` mapping
3636

3737
| Name | Description
3838
| ---- | -----------
39-
| `heap` | The Java maximum heap size to use. For example, a value of `64m` will result in the java command line option `-Xmx64m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the java command line appended to `-Xmx`.
40-
| `metaspace` | The Java maximum Metaspace size to use. This is applicable to versions of OpenJDK from 1.8 onwards. For example, a value of `128m` will result in the java command line option `-XX:MaxMetaspaceSize=128m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the java command line appended to `-XX:MaxMetaspaceSize=`.
41-
| `permgen` | The Java maximum PermGen size to use. This is applicable to versions of OpenJDK earlier than 1.8. For example, a value of `128m` will result in the java command line option `-XX:MaxPermSize=128m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the java command line appended to `-XX:MaxPermSize=`.
42-
| `stack` | The Java stack size to use. For example, a value of `256k` will result in the java command line option `-Xss256k`. Values containing whitespace are rejected with an error, but all others values appear without modification on the java command line appended to `-Xss`.
39+
| `heap` | The Java maximum heap size to use. For example, a value of `64m` will result in the Java command line option `-Xmx64m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line appended to `-Xmx`.
40+
| `metaspace` | The Java maximum Metaspace size to use. This is applicable to versions of OpenJDK from 1.8 onwards. For example, a value of `128m` will result in the Java command line option `-XX:MaxMetaspaceSize=128m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line appended to `-XX:MaxMetaspaceSize=`.
41+
| `permgen` | The Java maximum PermGen size to use. This is applicable to versions of OpenJDK earlier than 1.8. For example, a value of `128m` will result in the Java command line option `-XX:MaxPermSize=128m`. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line appended to `-XX:MaxPermSize=`.
42+
| `stack` | The Java stack size to use. For example, a value of `256k` will result in the Java command line option `-Xss256k`. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line appended to `-Xss`.
4343

4444
### Default Memory Sizes
4545

0 commit comments

Comments
 (0)