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: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: muralik09/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2020

  1. adding the google code formatter plugin which will auto correct the s…

    …ome syntax.
    
    example:
    private final static int version = 1.0
    to
    private static final int version = 1.0
    
    No need check the sonar basic code errors by using this plugin.
    
    More info available on:
    https://medium.com/@alexprut/integrate-google-java-style-guide-in-a-java-project-567abb6d7987
    muralik09 committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    059bf38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af1ca4 View commit details
    Browse the repository at this point in the history
Loading