fix build problem on xdoc #1448

This commit is contained in:
Aleksandr Ivanov 2015-07-24 20:40:42 +03:00 committed by Roman Ivanov
parent 76d9a1c67b
commit ccb3b8a5a9
3 changed files with 6 additions and 6 deletions

View File

@ -55,12 +55,12 @@
<p>
One of the Checkstyle checks we run on our own code require sertain order of import
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
To change settings of "Organize Imports" feature (Kepler, Luna &amp; Mars, other versions
To change settings of "Organize Imports" feature (Kepler, Luna &amp; Mars, other versions
are likely to work the same way), please go to Window -> Preferences in menu.<br/>
In Preferences window select Java->Code Style->Organize Imports (follow numbers on a picture).<br/>
Default configuration should look as following (you can also try Restore Defaults button):<br/><br/>
<img alt="Organize Imports settings in Eclipse" src="images/gui_screenshot_organize_imports_eclipse.jpg"/>
<br/><br/>
<br/>
</p>
</section>

View File

@ -61,10 +61,10 @@
One of the Checkstyle checks we run on our own code require sertain order of import
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
To change formatter settings please go to File->Settings in menu.<br/>
Then in the tree go to: Editor->Code Style->Java, open Import tab (follow numbers on a
Then in the tree go to: Editor->Code Style->Java, open Import tab (follow numbers on a
picture) and apply settings highlighted:<br/><br/>
<img alt="Organize Imports settings in IDEA" src="images/gui_screenshot_organize_imports_idea.jpg"/>
<br/><br/>
<br/>
</p>
</section>

View File

@ -58,10 +58,10 @@
One of the Checkstyle checks we run on our own code require sertain order of import
statements. Few changes in IDE settings are required to help your IDE do it automatically.<br/>
To change formatter settings please go to Tools->Options in menu.<br/>
On Options page go to Editor->Formatting->Java->Imports (follow numbers on a
On Options page go to Editor->Formatting->Java->Imports (follow numbers on a
picture) and apply settings highlighted:<br/><br/>
<img alt="Organize Imports settings in NetBeans" src="images/gui_screenshot_organize_imports_netbeans.jpg"/>
<br/><br/>
<br/>
</p>
</section>