Correct comment (#10882)

This commit is contained in:
Lauri Tulmin 2024-03-18 21:32:31 +02:00 committed by GitHub
parent d0b46f677e
commit dea9ff79de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public final class ManifestResourceProvider extends AttributeResourceProvider<Ma
@Override
public int order() {
// make it run later than ManifestResourceProvider and SpringBootServiceNameDetector
// make it run later than SpringBootServiceNameDetector
return 300;
}
}