Skip to content

Commit 19cc2b8

Browse files
committed
add solution University Professional task 4105
1 parent 13d2814 commit 19cc2b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

3.JavaMultithreading/src/com/javarush/task/jdk13/task41/task4105/facade/PotionConversionFacade.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
public class PotionConversionFacade {
99

10-
1110
public String convertPotion(String potionName, String convertTo) {
1211
System.out.println("PotionConversionFacade: conversion started.");
1312
Potion potion = new Potion(potionName);
@@ -28,5 +27,4 @@ public String convertPotion(String potionName, String convertTo) {
2827

2928
return result.getName();
3029
}
31-
3230
}

0 commit comments

Comments
 (0)