Issue #2194 Fix site override.
Former-commit-id:63dfcb59da
[formerlye01f3b5b0e
] [formerly1e9fe8ba48
] [formerlyca6cba7b41
[formerly1e9fe8ba48
[formerly b8a15544a205663adb4106453b4606d7f31f0423]]] Former-commit-id:ca6cba7b41
Former-commit-id: 04b6aab49f71dc6f9a94c46624ebe5c357b2c720 [formerly61cde4953c
] Former-commit-id:1ebe55a213
This commit is contained in:
parent
a09755465b
commit
dcf44a8219
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,8 @@ import com.raytheon.uf.edex.database.cluster.ClusterTask;
|
|||
*
|
||||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* 10/15/10 6644 bphillip Initial Creation
|
||||
* Oct 15, 2010 6644 bphillip Initial Creation
|
||||
* Jul 18, 2013 2194 bsteffen Fix site override.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -191,9 +192,8 @@ public class GribLargeFileChecker implements Processor {
|
|||
File siteModelFile = new File(sitePath);
|
||||
if (siteModelFile.exists()) {
|
||||
sitePatterns = loadPatterns(siteModelFile);
|
||||
} else {
|
||||
basePatterns = loadPatterns(modelFile);
|
||||
}
|
||||
basePatterns = loadPatterns(modelFile);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue