Typos
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
This commit is contained in:
@@ -599,7 +599,7 @@ public class PostNewsgroup extends JFrame {
|
||||
|
||||
// replyTextField must have <string>@<string>.<string>
|
||||
// (string at least 2 chars long)
|
||||
// consider <s>.<s>@<s>.<s>.<s> format? (array of dot positons?)
|
||||
// consider <s>.<s>@<s>.<s>.<s> format? (array of dot positions?)
|
||||
String replyString = replyTextField.getText();
|
||||
int atPos = replyString.indexOf("@");
|
||||
int dotPos = replyString.lastIndexOf(".");
|
||||
|
Reference in New Issue
Block a user