Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class ApplicationBase {
private String homepage;

/**
* urls with more informations of the application.
* URLs with more information about the application.
*/
@JsonProperty(value = "informationalUrls")
private InformationalUrl informationalUrls;
Expand Down Expand Up @@ -393,7 +393,7 @@ public ApplicationBase withHomepage(String homepage) {
}

/**
* Get urls with more informations of the application.
* Get uRLs with more information about the application.
*
* @return the informationalUrls value
*/
Expand All @@ -402,7 +402,7 @@ public InformationalUrl informationalUrls() {
}

/**
* Set urls with more informations of the application.
* Set uRLs with more information about the application.
*
* @param informationalUrls the informationalUrls value to set
* @return the ApplicationBase object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class ApplicationInner extends DirectoryObjectInner {
private List<String> identifierUris;

/**
* urls with more informations of the application.
* URLs with more information about the application.
*/
@JsonProperty(value = "informationalUrls")
private InformationalUrl informationalUrls;
Expand Down Expand Up @@ -478,7 +478,7 @@ public ApplicationInner withIdentifierUris(List<String> identifierUris) {
}

/**
* Get urls with more informations of the application.
* Get uRLs with more information about the application.
*
* @return the informationalUrls value
*/
Expand All @@ -487,7 +487,7 @@ public InformationalUrl informationalUrls() {
}

/**
* Set urls with more informations of the application.
* Set uRLs with more information about the application.
*
* @param informationalUrls the informationalUrls value to set
* @return the ApplicationInner object itself.
Expand Down