Skip to content

Commit 4e3e389

Browse files
Sandro642Copilot
andauthored
Update src/main/java/fr/sandro642/github/hook/LangSupport.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1bfac63 commit 4e3e389

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/fr/sandro642/github/hook/LangSupport.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public class LangSupport {
3030
private LangType langTypeSingleton;
3131

3232
/**
33-
* Method to set the LangType variable.
34-
* @param langType
35-
* @return
33+
* Sets the LangType variable for this instance.
34+
* @param langType The language type to set. Must not be null.
35+
* @return The LangType that was set.
3636
*/
3737
public LangType setLangTypeVariable(LangType langType) {
3838
if (langType == null) {

0 commit comments

Comments
 (0)