Skip to content

Commit

Permalink
doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed May 16, 2023
1 parent 63a8549 commit 4db59e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ The type is followed by a `=` and then comes the value of the feature.
The type, along with the separating `:` can be missing in case it is `STRING`.
(Note that there was a bug prior the version 3.1.5 that did not allow the use of string values that contained `:` characters, unless the explicit `:STRING` followed the name of the string feature.)

When a `DATE` feature is converted to and from text then the actual value should be interpreted as time zone independent value.
When a `DATE` feature is converted to and from a text then the actual value should be interpreted as time zone independent value.
(Note that there was a bug in 3.X.X releases prior the version 3.1.1 that used the local time zone to interpret text representation of the date/time values.)

The values are encoded as text in a human-readable and editable way.
Expand All @@ -308,7 +308,7 @@ $ java -jar license3jrepl.jar
You do not need any other library or class on the classpath.

The application is interactive, and it reads the commands from the console and writes the output to the standard output.
If the console is not available then it uses the standard input.
If the console is not available, then it uses the standard input.
The prompt it displays is:

----
Expand Down
4 changes: 2 additions & 2 deletions README.adoc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ The type is followed by a `=` and then comes the value of the feature.
The type, along with the separating `:` can be missing in case it is `STRING`.
(Note that there was a bug prior the version 3.1.5 that did not allow the use of string values that contained `:` characters, unless the explicit `:STRING` followed the name of the string feature.)

When a `DATE` feature is converted to and from text then the actual value should be interpreted as time zone independent value.
When a `DATE` feature is converted to and from a text then the actual value should be interpreted as time zone independent value.
(Note that there was a bug in 3.X.X releases prior the version 3.1.1 that used the local time zone to interpret text representation of the date/time values.)

The values are encoded as text in a human-readable and editable way.
Expand All @@ -308,7 +308,7 @@ $ java -jar license3jrepl.jar
You do not need any other library or class on the classpath.

The application is interactive, and it reads the commands from the console and writes the output to the standard output.
If the console is not available then it uses the standard input.
If the console is not available, then it uses the standard input.
The prompt it displays is:

----
Expand Down

0 comments on commit 4db59e7

Please sign in to comment.