Skip to content

BAEL-1045 Lambda Behave#2456

Merged
pivovarit merged 40 commits into
eugenp:masterfrom
mansikataria:master
Aug 21, 2017
Merged

BAEL-1045 Lambda Behave#2456
pivovarit merged 40 commits into
eugenp:masterfrom
mansikataria:master

Conversation

@mansikataria

Copy link
Copy Markdown
Contributor

No description provided.

mansi2392 and others added 30 commits May 30, 2017 15:45
This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"
Conflicts:
	pom.xml
}

public int divide(int a, int b) {
if (b == 0) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No need for that if block. ArithmeticException is throw automatically when the division by zero happens

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Right, thanks @pivovarit . Done.

});
});
it.uses(2, 3, 5)
.and(23, 10, 33)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please reformat files using our classic formatter. The continuation indentation should be equal to 2 spaces.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@pivovarit pivovarit merged commit 8c0ce48 into eugenp:master Aug 21, 2017
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