Skip to content

Commit

Permalink
update and release alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
domjos1994 committed May 31, 2019
1 parent 9a6f8d6 commit 864be3d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public final class FieldActivity extends AbstractActivity {
private Validator fieldValidator;
private Settings settings;

protected FieldActivity() {
public FieldActivity() {
super(R.layout.field_activity);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final class UserActivity extends AbstractActivity {
private Validator userValidator;
private Settings settings;

protected UserActivity() {
public UserActivity() {
super(R.layout.user_activity);
}

Expand Down
Binary file modified data/implementations.ods
Binary file not shown.
Binary file added data/implementations.pdf
Binary file not shown.

0 comments on commit 864be3d

Please sign in to comment.