We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29640e commit c11a061Copy full SHA for c11a061
src/test/java/com/designpatterns/factorypattern/PolygonFactoryTest.java
@@ -21,7 +21,7 @@ public void testPolygonFactory() {
21
}
22
23
24
- //Test for square
+ // Test for square
25
Polygon square = polFactory.getPolygon(4);
26
if (!square.getType().equals("Square")) {
27
failReason += "Polygon Factory failed for Square.";
0 commit comments