Version: 5.2.1

Code style

To follow the proper coding style for this class, you should have Eclipse insert spaces for indentation instead of tabs. This ensures that the code looks the same in every editor, regardless of the tab width settings. To do so, follow these instructions:

  1. In Eclipse, select Preferences in the Window menu.

  2. In the navigation pane on the left side of the Preferences dialog, drill down to Java > Code Style > Formatter.

  3. Click "Edit...".

  4. Under Tab policy, select "Spaces only".

  5. Rename the profile to something like "Mine" and click OK.