Issue #2194 Fix site override.
Former-commit-id:63dfcb59da
[formerlye01f3b5b0e
] [formerly1e9fe8ba48
] [formerly63dfcb59da
[formerlye01f3b5b0e
] [formerly1e9fe8ba48
] [formerlyca6cba7b41
[formerly1e9fe8ba48
[formerly b8a15544a205663adb4106453b4606d7f31f0423]]]] Former-commit-id:ca6cba7b41
Former-commit-id:dcf44a8219
[formerly1ebe55a213
] [formerly 04b6aab49f71dc6f9a94c46624ebe5c357b2c720 [formerly61cde4953c
]] Former-commit-id: a06206553644a811e9f9368f19dff4ecded30544 [formerly63f6a96a77
] Former-commit-id:0365236455
This commit is contained in:
parent
d7fc87cddf
commit
1f6e59c6ce
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