Skip to content
Snippets Groups Projects
Commit 58885b44 authored by Mana-kl20220503's avatar Mana-kl20220503
Browse files

[Deleted] deleted unnecessary comment

parent 3bddec0e
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class AutoFill implements JavaDelegate {
return username;
} catch (Exception e) {
e.printStackTrace();
return null; // エラー発生時はnullを返す
return null;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment