Skip to content

Commit

Permalink
Reformat the GsonBuildConfig.java template. (#2558)
Browse files Browse the repository at this point in the history
Otherwise the spotless-maven-plugin checker doesn't like the code
generated from it.
  • Loading branch information
eamonnmcmanus authored Nov 28, 2023
1 parent 4197bb6 commit fc748cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.google.gson.internal;

/**
* Build configuration for Gson. This file is automatically populated by
* templating-maven-plugin and .java/.class files are generated for use in Gson.
* Build configuration for Gson. This file is automatically populated by templating-maven-plugin and
* .java/.class files are generated for use in Gson.
*
* @author Inderjeet Singh
*/
Expand All @@ -28,5 +28,5 @@ public final class GsonBuildConfig {
/** This field is automatically populated by Maven when a build is triggered */
public static final String VERSION = "${project.version}";

private GsonBuildConfig() { }
private GsonBuildConfig() {}
}

0 comments on commit fc748cd

Please sign in to comment.