Skip to content

Commit

Permalink
fix: prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KaziNizamul committed Nov 21, 2023
1 parent cae435b commit 1d825b5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions src/main/java/io/github/jhipster/online/domain/Jdl.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public class Jdl implements Serializable {
@JsonIgnore
private JdlMetadata jdlMetadata;

// jhipster-needle-entity-add-field - Jhipster will add fields here, do not remove
// jhipster-needle-entity-add-field - Jhipster will add fields here, do not
// remove
public Long getId() {
return id;
}
Expand Down Expand Up @@ -122,4 +123,4 @@ public int hashCode() {
public String toString() {
return "JdlMetadata{" + "id=" + getId() + "}";
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/io/github/jhipster/online/domain/YoRC.java
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ public String toString() {

return basicInfo + dateTimeInfo + serverInfo + databaseInfo + serviceInfo + clientInfo + applicationInfo + testingInfo;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ public List<TemporalDistributionDTO> getFieldCount(Instant after, EntityStatColu

return QueryUtil.createDistributionQueryAndCollectData(after, dbTemporalFunction, query, entityManager);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ private CredentialsProvider getCredentialProvider(User user, GitProvider gitProv
}
return null;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ public List<TemporalCountDTO> getFieldCount(Instant after, SubGenEventType field
public List<TemporalDistributionDTO> getDeploymentToolDistribution(Instant after, TemporalValueType dbTemporalFunction) {
return subGenEventStatisticsService.getDeploymentToolDistribution(after, dbTemporalFunction);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* limitations under the License.
*/

package io.github.jhipster.online.service.util;
package io.github.jhipster.online.service.util;

import io.github.jhipster.online.domain.SubGenEvent;
import io.github.jhipster.online.domain.SubGenEvent_;
Expand Down Expand Up @@ -109,4 +109,4 @@ public List<TemporalDistributionDTO> getDeploymentToolDistribution(Instant after

return result;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,4 @@ public void setAccessToken(String accessToken) {

return new ResponseEntity<>(result, HttpStatus.OK);
}
}
}

0 comments on commit 1d825b5

Please sign in to comment.