diff options
author | Dan Timoney <dtimoney@att.com> | 2020-07-30 13:44:53 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-07-30 13:44:53 -0400 |
commit | 3960d5fe8a04c505334714516c3144c327bb98c1 (patch) | |
tree | 57ace5e7233bcf11a0cdf18e77fb5a6fc4698386 /.gitignore | |
parent | 7b790e614732183db8be972a168a60d564a86d60 (diff) |
Add error handling for OSGi classes not found
Added error handling to correctly handle case where SqlResource is
used outside an OSGi container.
Change-Id: I0b5a526b01c151c4a7924f474bf7d21e783ac260
Issue-ID: CCSDK-2625
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 34a96c158..cc576b7b2 100755 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ org.eclipse.core.resources.prefs maven-eclipse.xml workspace .checkstyle +.vscode ## Compilation Files ## *.class |