Skip to content

Commit 850d4c5

Browse files
committed
Update RelationshipExtraction.java
1 parent c2cb059 commit 850d4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/relationship_extraction/v1/RelationshipExtraction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void setDataset(final Dataset dataset) {
105105
*
106106
* @param returnType the new returnType
107107
*/
108-
public void setReturnType(final REReturnType returnType) {
108+
public void setReturnType(final ReturnType returnType) {
109109
if (returnType == REReturnType.XML) {
110110
this.returnType = "xml";
111111
} else if (returnType == REReturnType.JSON) {

0 commit comments

Comments
 (0)