|
@@ -1,6 +1,6 @@
|
1
|
1
|
#BlueJ class context
|
2
|
2
|
comment0.target=StringParser
|
3
|
|
-comment0.text=\n\ An\ introduction\ to\ Strings\ and\ String\ methods.\n\n\ @author\ Wilhem\ Alcivar\n
|
|
3
|
+comment0.text=\n\ An\ introduction\ to\ Strings\ and\ String\ methods.\n\n\ @author\ Wilhem\ Alcivar\n\ \n\ Trinh\ Tong\ Completed\ 10/18/18\n
|
4
|
4
|
comment1.params=s
|
5
|
5
|
comment1.target=java.lang.String\ upperCaseString(java.lang.String)
|
6
|
6
|
comment1.text=\n\ Takes\ a\ String\ and\ returns\ that\ String\ with\ all\ characters\ uppercased.\n\ E.G.\ cat\ would\ become\ CAT.\ dOnUt\ would\ become\ DONUT.\n\n\ @param\ s\n\ @return\ String\n
|