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

Hw jb intro #46

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Hw jb intro #46

wants to merge 7 commits into from

Conversation

kate-chern
Copy link

No description provided.

Copy link

@olekskov olekskov left a comment

Choose a reason for hiding this comment

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

Good job, approved.
Minor comments for consider on further tasks

return Optional.of(book);
}
} catch (SQLException e) {
throw new DataProcessingException("Can't find book by id", e);

Choose a reason for hiding this comment

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

it's better to add id to exception text

throw new DataProcessingException("Can't get data from resultSet", e);
}
}
}

Choose a reason for hiding this comment

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

need 1 new line in the end of file

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.

2 participants