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

Part1 #167

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Part1 #167

wants to merge 4 commits into from

Commits on Jul 3, 2017

  1. part1 was done

    andr2ei committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    b36dda5 View commit details
    Browse the repository at this point in the history
  2. part1 was done

    andr2ei committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    6ba31f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/part1' into part1

    # Conflicts:
    #	src/test/java/lambda/part1/exercise/Lambdas01Exercise.java
    #	src/test/java/lambda/part1/exercise/Lambdas02Exercise.java
    andr2ei committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    59ad56a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Comparator.comparingInt(Person::getAge)

    was used instead expression lambda
    andr2ei committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    c0658be View commit details
    Browse the repository at this point in the history