Skip to content

Removing unused import statement

Bradley K requested to merge issue_483_unused_import_statement into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_483_unused_import_statement

Related Issues

Closes #483 (closed)

Description

Removes an unused import, java.net.ProtocolException, in CheckExpirationDate > DatabaseClasses > NestDBDataSource.java

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Open "Check Expiration Date" activity
  2. Confirm that the "Check Expiration Date" feature works as intended.

Merge request reports