Skip to content

Commit 8bf547a

Browse files
committed
Correct Users javadoc
1 parent 2aeea4a commit 8bf547a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • gooddata-java-model/src/main/java/com/gooddata/sdk/model/project

gooddata-java-model/src/main/java/com/gooddata/sdk/model/project/Users.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2004-2019, GoodData(R) Corporation. All rights reserved.
2+
* Copyright (C) 2004-2021, GoodData(R) Corporation. All rights reserved.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -19,7 +19,7 @@
1919
import static java.util.Arrays.asList;
2020

2121
/**
22-
* List of users. Deserialization only.
22+
* List of users.
2323
*/
2424
@JsonTypeInfo(include = JsonTypeInfo.As.WRAPPER_OBJECT, use = Id.NONE)
2525
@JsonTypeName("users")

0 commit comments

Comments
 (0)