File tree 3 files changed +5
-4
lines changed
java/ru/mystamps/web/feature/series
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ class SeriesSaleImportForm extends React.PureComponent {
28
28
handleSubmit ( event ) {
29
29
event . preventDefault ( ) ;
30
30
31
- // @todo #1057 SeriesSaleImportForm: wait until setState() finishes
31
+ /*
32
+ * @todo #1057 SeriesSaleImportForm: wait until setState() finishes
33
+ */
32
34
// (see https://reactjs.org/docs/react-component.html#setstate)
33
35
this . setState ( {
34
36
isDisabled : true ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class AddSimilarSeriesForm implements AddSimilarSeriesDto {
37
37
// @todo #1280 AddSimilarSeriesForm: add integration test for mandatory similarSeriesId
38
38
// @todo #1280 AddSimilarSeriesForm: similarSeriesId must exist
39
39
// @todo #1448 AddSimilarSeriesForm.similarSeriesId: remove deprecated member
40
- //
40
+
41
41
// NOTE: similarSeriesId is deprecated and exist only for backward compatibility
42
42
private Integer similarSeriesId ;
43
43
Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ logging.level.org.springframework.web.servlet.mvc.method.annotation.RequestMappi
38
38
39
39
app.use-cdn : false
40
40
41
- # @todo #1054 Extract list of exclusions to a common profile
42
- #
43
41
# Full list of autoconfiguration classes:
44
42
# https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/appendix-auto-configuration-classes.html
45
43
# The difference between test profile is that we don't need H2ConsoleAutoConfiguration
44
+ # @todo #1054 Extract list of exclusions to a common profile
46
45
spring.autoconfigure.exclude : \
47
46
org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration \
48
47
, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration \
You can’t perform that action at this time.
0 commit comments