Merge "Issue #2194 Fix site override." into development

Former-commit-id: 26ab0ff706 [formerly 26ab0ff706 [formerly f32db14a29a2d545aa44dddf0bec0d4e5e56069b]]
Former-commit-id: 347fb5bc2f
Former-commit-id: 3719e0d32f
This commit is contained in:
Richard Peter 2013-07-21 21:45:43 -05:00 committed by Gerrit Code Review
commit 6318d3dec0

View file

@ -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);
}