Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveeclipse committed Jul 24, 2017
1 parent f2d0535 commit 7b06d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Find bugs in Java Programs</h2>
<section id="main-content" class="two-column">
<p>SpotBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the <a href="http://www.gnu.org/licenses/lgpl.html">Lesser GNU Public License</a>.</p>

<p>SpotBugs is the spiritual successor of <a href="http://findbugs.sourceforge.net/">FindBugs</a>, carrying on from the point where it left off with support of its community. Please check <a href="http://spotbugs.readthedocs.io/en/latest/">official manual site</a> for detail.</p>
<p>SpotBugs is the spiritual successor of <a href="http://findbugs.sourceforge.net/">FindBugs</a>, carrying on from the point where it left off with support of its community. Please check <a href="http://spotbugs.readthedocs.io/en/latest/">official manual site</a> for details.</p>

<p>SpotBugs requires JRE (or JDK) 1.8.0 or later to run. However, it can analyze programs compiled for any version of Java, from 1.0 to 1.8.</p>

Expand Down

0 comments on commit 7b06d63

Please sign in to comment.