Skip to content

Commit fa5c9cb

Browse files
author
gdgate
authored
Merge pull request #1066 from gooddata/liry4
Correct Users javadoc Reviewed-by: Jiri Mikulasek <[email protected]> https://github.com/jimirocks
2 parents 2aeea4a + 8bf547a commit fa5c9cb

File tree

1 file changed

+2
-2
lines changed
  • gooddata-java-model/src/main/java/com/gooddata/sdk/model/project

1 file changed

+2
-2
lines changed

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)