zhengruifeng commented on a change in pull request #289:
URL: https://github.com/apache/spark-website/pull/289#discussion_r485309360
##########
File path: site/developer-tools.html
##########
@@ -505,8 +505,8 @@ <h4>Solving a binary incompatibility</h4>
<p>For the problem described above, we might add the following:</p>
-<figure class="highlight"><pre><code class="language-scala"
data-lang="scala"><span class="c1">// [SPARK-zz][CORE] Fix an issue
-</span><span class="nc">ProblemFilters</span><span class="o">.</span><span
class="n">exclude</span><span class="o">[</span><span
class="kt">DirectMissingMethodProblem</span><span class="o">](</span><span
class="s">"org.apache.spark.SomeClass.this"</span><span
class="o">)</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-scala"
data-lang="scala"><span class="c1">// [SPARK-zz][CORE] Fix an issue</span>
+<span class="nv">ProblemFilters</span><span class="o">.</span><span
class="py">exclude</span><span class="o">[</span><span
class="kt">DirectMissingMethodProblem</span><span class="o">](</span><span
class="s">"org.apache.spark.SomeClass.this"</span><span
class="o">)</span></code></pre></figure>
Review comment:
@viirya those changes in the second
commit(3b416ecb027c9262a28ad778d50634d6bd582f81) were made by running `jekyll
build` in dir `spark-website`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]