mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
formating update
Former-commit-id: 535878fa1a445cef81fcf01cf1c79451a56887da
This commit is contained in:
@@ -134,7 +134,7 @@ public class JarAnalyzerTest {
|
|||||||
boolean result = instance.supportsExtension(extension);
|
boolean result = instance.supportsExtension(extension);
|
||||||
assertEquals(expResult, result);
|
assertEquals(expResult, result);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testInterpolateString() {
|
public void testInterpolateString() {
|
||||||
Properties prop = new Properties();
|
Properties prop = new Properties();
|
||||||
|
|||||||
Reference in New Issue
Block a user