Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Automatically reformatted TestResult
Browse files Browse the repository at this point in the history
  • Loading branch information
CrsiX committed Jun 29, 2021
1 parent 6e6da63 commit f874f80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GAD 3 - Dynamisches Array/tests/dynamicarray/TestResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

public class TestResult implements Result {

private int[] array;
private int[] array;

@Override
public void logArray(int[] array) {
this.array = array;
}
@Override
public void logArray(int[] array) {
this.array = array;
}

public int[] getArray() {
return array;
}
public int[] getArray() {
return array;
}
}

0 comments on commit f874f80

Please sign in to comment.