You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/02/01 11:52:18 UTC

[couchdb] branch import-nouveau updated (9a2a0218e -> 3e594506e)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch import-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 9a2a0218e try to fix some of the nouveau CI
     add 3e594506e immutable field classes

No new revisions were added by this update.

Summary of changes:
 .../nouveau/api/document/DoubleDocValuesField.java | 19 ++++++----------
 .../couchdb/nouveau/api/document/DoubleField.java  | 24 ++++++++++-----------
 .../couchdb/nouveau/api/document/DoublePoint.java  | 19 +++++-----------
 .../apache/couchdb/nouveau/api/document/Field.java |  9 +-------
 .../nouveau/api/document/SortedDocValuesField.java | 18 +++++-----------
 .../api/document/SortedSetDocValuesField.java      | 22 ++++++-------------
 .../nouveau/api/document/StoredDoubleField.java    | 16 ++++++--------
 .../nouveau/api/document/StoredStringField.java    | 16 ++++++--------
 .../couchdb/nouveau/api/document/StringField.java  | 25 ++++++----------------
 .../couchdb/nouveau/api/document/TextField.java    | 23 +++++---------------
 10 files changed, 61 insertions(+), 130 deletions(-)