Skip to content

Conversation

@Ekarry
Copy link
Owner

@Ekarry Ekarry commented Jun 2, 2021

Задание №5 выполняется.

private FileReader file;

public AppData(FileReader fileReader) {
this.file = fileReader;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Интересное решение, + вам в карму

this.file = fileReader;
}

public AppData(FileWriter file) {}
Copy link

@evdachev evdachev Jun 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это зачем ? - из кармы

System.out.println(Arrays.deepToString(appDataRead.getData()));

}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем тут перенос строки?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants