Skip to content

Part 3 (partially)#181

Open
ElenaFedorovskaia wants to merge 1 commit intojava8-course:masterfrom
ElenaFedorovskaia:homework_part3
Open

Part 3 (partially)#181
ElenaFedorovskaia wants to merge 1 commit intojava8-course:masterfrom
ElenaFedorovskaia:homework_part3

Conversation

@ElenaFedorovskaia
Copy link

Part 3. Elena Fedorovskaia.


private static List<JobHistoryEntry> replace(List<JobHistoryEntry> jobHistoryEntries){
return new MapHelper<JobHistoryEntry>(jobHistoryEntries)
.map(e -> e.withPosition(e.getPosition().replace("qa","QA")))
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't replace qabalah specialist with QAbalah specialist

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