Skip to content

Commit

Permalink
fix: wsimport version 91.1.13b
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 13, 2023
1 parent c74483f commit 7240b88
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ public void execute(SendResponse resp) throws ArcException {
}

this.clientDao.dropTable(tableName);
tableName = "";

resp.send(" ");
resp.endSending();
return;

} else {
// récupération du type
List<List<String>> metadataOnlyTable = NameDao.execQuerySelectMetadata(tableName);
Expand Down

0 comments on commit 7240b88

Please sign in to comment.