ASM #15655 - Negate raising exception for empty db from IFPDB()
Change-Id: I5c96d654f3080a4b0f10113648f290a0d09961cb Former-commit-id:661737fb39
[formerly9a1310d1ac
[formerly 9af51efbef229984de09a5ad338885d54f720270]] Former-commit-id:9a1310d1ac
Former-commit-id:a75c0c2f15
This commit is contained in:
parent
6fe1fbbd47
commit
9b78be1622
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@ import com.raytheon.uf.common.dataplugin.gfe.server.message.ServerResponse;
|
|||
* ------------ ---------- ----------- --------------------------
|
||||
* May 7, 2008 njensen Initial creation
|
||||
* Jun 13, 2013 #2044 randerso Refactored to use IFPServer
|
||||
* Jul 28, 2014 RM 15655 ryu Negate raising exception for empty db in constructor
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -88,7 +89,6 @@ public class IFPDB {
|
|||
}
|
||||
} else {
|
||||
this.keys = Collections.emptyList();
|
||||
throw new GfeException(sr.message());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue