ajcallos / cst316labcr

0 stars 0 forks source link

Change private constructor to public #25

Closed jgerszty closed 8 years ago

jgerszty commented 8 years ago

Updated the, for some reason, private constructor to be public. Addresses issue #18

ajcallos commented 8 years ago

Reject change. Leaves createChecking unmodified, which calls Checking(String name); if Checking is changed to public, there is no reason for createChecking to exist.

jgerszty commented 8 years ago

Removed the method.

ajcallos commented 8 years ago

Looks good.

jgerszty commented 8 years ago

There is no good way to rename branches, this was the best we had. The branches have the same content.