Skip to content

(1) Fixing compile error

Tyler Sizse requested to merge issue_241_compile_error 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_241_compile_error

Related Issues

Closes #241 (closed);

Description

This will fix the compile error after merge request !249 (merged) was merged.

Steps to Test

Run and compile the app.

Relevant Screenshots

N/A

Relevant Logs

C:\Users\ANewG\AndroidStudioProjects\NEST\app\src\main\java\edu\ncc\nest\nestapp\CheckExpirationDate\Fragments\MoreInfoFragment.java:145: error: cannot find symbol
            result.putSerializable("printedExpDate", printedExpDate.getTime());
                                                                   ^
  symbol:   method getTime()
  location: variable printedExpDate of type LocalDate

Developer Notes

  • Fixed compile error

Merge request reports