ASM #116 XDAT not creating shef message
Change-Id: Id39216f7c7ad660fdbb580fc666694f47a912c77 Former-commit-id: f098b30f76fcc8e1ab8424eec45a1abb4019fd24
This commit is contained in:
parent
98b0d0ef4c
commit
0731f11bda
1 changed files with 1 additions and 5 deletions
|
@ -50,6 +50,7 @@ import com.raytheon.uf.common.util.RunProcess;
|
|||
* to shefdecode_input
|
||||
* Sep 19, 2011 10955 rferrel Use RunProcess
|
||||
* Mar 02, 2015 14538 J Wei Shef file created by XDat will not be over written
|
||||
* Mar 04, 2015 116 J Wei Shef file created by XDat will not be deleted
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -198,11 +199,6 @@ public class XdatShefUtil {
|
|||
statusHandler.handle(Priority.ERROR, msg);
|
||||
}
|
||||
|
||||
boolean status = shefFile.delete();
|
||||
if (status == false) {
|
||||
String msg = "ERROR: Removing shef file.";
|
||||
statusHandler.handle(Priority.ERROR, msg);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue