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 18400bf commit 768edeaCopy full SHA for 768edea
0-0-intro/src/main/java/com/bobocode/intro/ExerciseIntroduction.java
@@ -27,15 +27,7 @@ public String getWelcomeMessage() {
27
}
28
29
/**
30
- * Method encodeMessage accepts one {@link String} parameter and returns encoded {@link String}.
31
- * <p>
32
- * PLEASE NOTE THAT YOU WILL GET STUCK ON THIS METHOD INTENTIONALLY! ;)
33
34
- * Every exercise has a completed solution that is stored in the branch "completed". So in case you got stuck
35
- * and don't know what to do, go check out completed solution.
36
*
37
- * @param message input message
38
- * @return encoded message
39
*/
40
public String encodeMessage(String message) {
41
return Base64.getEncoder().encodeToString(message.getBytes());
0 commit comments