Skip to content

Commit 81e80b5

Browse files
committed
Update RelationshipExtraction.java
1 parent 88b27b4 commit 81e80b5

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
@@ -111,6 +111,6 @@ public void setReturnType(final ReturnType returnType) {
111111
} else if (returnType == REReturnType.JSON) {
112112
this.returnType = "json";
113113
}
114-
}
114+
}
115115

116116
}

0 commit comments

Comments
 (0)