You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by spupyrev <gi...@git.apache.org> on 2018/12/07 17:39:43 UTC

[GitHub] giraph pull request #82: Feature diffusion computation and utils

Github user spupyrev commented on a diff in the pull request:

    https://github.com/apache/giraph/pull/82#discussion_r239883608
  
    --- Diff: giraph-examples/src/main/java/org/apache/giraph/examples/DiffusionMigrationBlockFactory.java ---
    @@ -0,0 +1,39 @@
    +package org.apache.giraph.examples;
    --- End diff --
    
    Let's use some consistent code style to format the sources. I suggest Google's java formatting: http://google.github.io/styleguide/javaguide.html. You can use it directly in Eclispe/IDEA and apply formatting changes automatically.


---