Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix null reference due to unassigned field #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 13, 2022

  1. Fix null reference due to unassigned field

    The code was previously declaring and assigning a local variable instead of the field by the same name.
    mlhpdx committed May 13, 2022
    Configuration menu
    Copy the full SHA
    fb4d24c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Update java_client_src/src/ihs/apcs/spacebattle/GraphicalClient.java

    Co-authored-by: Michael A. Hawker <[email protected]>
    mlhpdx and hawkerm committed May 15, 2022
    Configuration menu
    Copy the full SHA
    4b3715b View commit details
    Browse the repository at this point in the history