viirya commented on a change in pull request #289:
URL: https://github.com/apache/spark-website/pull/289#discussion_r485302593
##########
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:
btw, do we have `class="py"`? I don't see `py` in the css in current
site, or I missed it.
----------------------------------------------------------------
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]