Skip to content

Commit 13bcc02

Browse files
committed
clean up
1 parent ed702de commit 13bcc02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/firefly/java/edu/caltech/ipac/firefly/server/util/QueryUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ public static File resolveFileFromSource(String source, boolean checkForUpdates,
193193
FileUtil.writeStringToFile(outFile, "workaround");
194194
outFile.setLastModified(res.lastModified());
195195
ops.setOnlyIfModified(false);
196-
ops.setExpectStaticFile(true);
197196
FileInfo finfo = RetrieveUtil.download(uri, outFile, inputs.getCookies(), inputs.getHeaders(), ops);
198197
if (finfo.getResponseCode() != HttpURLConnection.HTTP_NOT_MODIFIED) {
199198
checkForFailures(finfo);

0 commit comments

Comments
 (0)