Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tugul/java8-the-missing-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: shekhargulati/java8-the-missing-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 16 files changed
  • 5 contributors

Commits on Sep 6, 2016

  1. Update 02-lambdas.md (shekhargulati#18)

    Fixed some typo/grammar
    Sven Junga authored and shekhargulati committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    1808327 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2016

  1. Just filling in some potentially missing code (shekhargulati#19)

    * Adding call to getTitle() inside TaskExtractor interface
    
    * Filling in potentially missing piece of code
    
    * Reverting one of the previous changes, was a mistake on my part
    asifiqbal31 authored and shekhargulati committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    57551c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Remove Optional<T> from class properties (shekhargulati#21)

    Optional<T> should *never* be used as class property type.
    If the property is nullable, then a getter that returns Optional<T> should be used.
    ordepdev authored and shekhargulati committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    2960a46 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Configuration menu
    Copy the full SHA
    bf41716 View commit details
    Browse the repository at this point in the history
  2. Update 02-lambdas.md

    shekhargulati authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    ddbe791 View commit details
    Browse the repository at this point in the history
  3. Update 03-streams.md

    shekhargulati authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    92f8b45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ae8205 View commit details
    Browse the repository at this point in the history
  5. Update 05-optionals.md

    shekhargulati authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    baf3dd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb5de14 View commit details
    Browse the repository at this point in the history
  7. Update 10-nashorn.md

    shekhargulati authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    51eb889 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    beebb08 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    bb31c1d View commit details
    Browse the repository at this point in the history
Loading