Merge "Issue #2194 Fix site override." into development
Former-commit-id:26ab0ff706
[formerly26ab0ff706
[formerly f32db14a29a2d545aa44dddf0bec0d4e5e56069b]] Former-commit-id:347fb5bc2f
Former-commit-id:3719e0d32f
This commit is contained in:
commit
6318d3dec0
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