Skip to content

Commit

Permalink
Merge pull request #30 from kintone/fix-javadoc
Browse files Browse the repository at this point in the history
fix: fix javadoc
  • Loading branch information
0gr authored Jan 21, 2022
2 parents 4808956 + 2be44e4 commit 8b18389
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ public class GetSpaceResponseBody implements KintoneResponseBody {
private final boolean showThreadList;

/**
* Whether the "Related Apps & Spaces" widget in the Space Portal page is shown.
* Whether the "Related Apps & Spaces" widget in the Space Portal page is shown.
*
* @return true if the "Related Apps & Spaces" widget is shown.
* @return true if the "Related Apps & Spaces" widget is shown.
*/
private final boolean showRelatedLinkList;
}

0 comments on commit 8b18389

Please sign in to comment.