Skip to content

Commit

Permalink
Revert "Test 1 to solve the issue 29"
Browse files Browse the repository at this point in the history
This reverts commit c390790.
  • Loading branch information
inakidiazdecerio committed Apr 10, 2019
1 parent 7607113 commit 717c46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/ds-wfs-pre-defined-soapui-project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,8 @@ public class OutputFormat {
outputFormat.indexOf("gml")!=-1)
{
type=FormatType.XML;
}else if(outputFormat.indexOf("json")!=-1) {
type=FormatType.JSON;
}else if(outputFormat.indexOf("text")!=-1) {
type=FormatType.TEXT;
}
Expand Down

0 comments on commit 717c46f

Please sign in to comment.