Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KexinFeng committed Jun 28, 2022
1 parent e602f76 commit 50fc02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/ai/djl/ndarray/index/NDArrayIndexer.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public NDArray get(NDArray array, NDIndex index) {
}

/**
* Sets the entries of array at the indexed locations with the parameter value.
* The value can be only Number or NDArray.
* Sets the entries of array at the indexed locations with the parameter value. The value can be
* only Number or NDArray.
*
* @param array the array to set
* @param index the index to set at in the array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ public NDArray take(NDArray index) {

/**
* {@inheritDoc}
*
* @return
*/
@Override
public NDArray put(NDArray index, NDArray data) {
Expand Down

0 comments on commit 50fc02e

Please sign in to comment.