Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
html comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
tgruben committed Sep 11, 2019
1 parent f704a0f commit aa3ed4d
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -127,7 +127,7 @@ public PqlRowQuery row(boolean rowBool) {
* based on whether the row label or column label is given in the query.
* It also retrieves any attributes set on that row or column.
*
* @param rowID
* @param rowID the numeric row identifier
* @param fromTimestamp the start time (inclusive). Pass null for the default.
* @param toTimestamp the end time (exclusive). Pass null for the default.
* @return a PQL query
Expand All @@ -147,7 +147,7 @@ public PqlRowQuery row(long rowID, Date fromTimestamp, Date toTimestamp) {
* based on whether the row label or column label is given in the query.
* It also retrieves any attributes set on that row or column.
*
* @param rowKey
* @param rowKey the string row identifier
* @param fromTimestamp the start time (inclusive). Pass null for the default.
* @param toTimestamp the end time (exclusive). Pass null for the default.
* @return a PQL query
Expand Down Expand Up @@ -845,7 +845,7 @@ public PqlRowQuery notNull() {
}

/**
* Creates a Range query with between (><) condition.
* Creates a Range query with between (&gt;&lt;) condition.
*
* @param a Closed range start
* @param b Closed range end
Expand Down

0 comments on commit aa3ed4d

Please sign in to comment.