Skip to content

Commit c2adb2a

Browse files
committed
style: modify TODO comments to workaround pdd behavior where it uses all lines as an issue title
Relate to #1610
1 parent 20b47a7 commit c2adb2a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/main/frontend/src/components/SeriesSaleImportForm.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class SeriesSaleImportForm extends React.PureComponent {
2828
handleSubmit(event) {
2929
event.preventDefault();
3030

31-
// @todo #1057 SeriesSaleImportForm: wait until setState() finishes
31+
/*
32+
* @todo #1057 SeriesSaleImportForm: wait until setState() finishes
33+
*/
3234
// (see https://reactjs.org/docs/react-component.html#setstate)
3335
this.setState({
3436
isDisabled: true,

src/main/java/ru/mystamps/web/feature/series/AddSimilarSeriesForm.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AddSimilarSeriesForm implements AddSimilarSeriesDto {
3737
// @todo #1280 AddSimilarSeriesForm: add integration test for mandatory similarSeriesId
3838
// @todo #1280 AddSimilarSeriesForm: similarSeriesId must exist
3939
// @todo #1448 AddSimilarSeriesForm.similarSeriesId: remove deprecated member
40-
//
40+
4141
// NOTE: similarSeriesId is deprecated and exist only for backward compatibility
4242
private Integer similarSeriesId;
4343

src/main/resources/application-postgres.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestMappi
3838

3939
app.use-cdn: false
4040

41-
# @todo #1054 Extract list of exclusions to a common profile
42-
#
4341
# Full list of autoconfiguration classes:
4442
# https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/appendix-auto-configuration-classes.html
4543
# The difference between test profile is that we don't need H2ConsoleAutoConfiguration
44+
# @todo #1054 Extract list of exclusions to a common profile
4645
spring.autoconfigure.exclude: \
4746
org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration \
4847
, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration \

0 commit comments

Comments
 (0)