mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Fix IDE warnings
Fix warnings shown in Eclipse
This commit is contained in:
@@ -155,6 +155,8 @@ public abstract class AbstractInitializrIntegrationTests {
|
||||
|
||||
/**
|
||||
* Return a {@link ProjectAssert} for the following archive content.
|
||||
* @param content the source content
|
||||
* @return a project assert
|
||||
*/
|
||||
protected ProjectAssert zipProjectAssert(byte[] content) {
|
||||
return projectAssert(content, ArchiveType.ZIP);
|
||||
@@ -162,6 +164,8 @@ public abstract class AbstractInitializrIntegrationTests {
|
||||
|
||||
/**
|
||||
* Return a {@link ProjectAssert} for the following TGZ archive.
|
||||
* @param content the source content
|
||||
* @return a project assert
|
||||
*/
|
||||
protected ProjectAssert tgzProjectAssert(byte[] content) {
|
||||
return projectAssert(content, ArchiveType.TGZ);
|
||||
|
Reference in New Issue
Block a user