Luodun kirjoittajan kommentin poistaminen luotaessa uutta Java-luokkaa Android Studiossa

When creating a new Java class, Android Studio automatically adds comments with the authors name.

The following step configures Android Studio to stop adding these comments.

  1. File -> Settings
  2. Expand Editor
  3. Choose File and Code Templates
  4. In the Includes tab, select File Header
  5. Delete all the text from the Window in the right and click OK

Luodun kirjoittajan kommentin poistaminen luotaessa uutta Java-luokkaa Android Studiossa