You've already forked FinalYearProject-MyMind
mirror of
https://github.com/MrLyallCSIT/FinalYearProject-MyMind.git
synced 2026-01-18 07:09:41 +00:00
Creation of Test Plan and FYP Report
This commit is contained in:
9
Final Project Report/usingLatex/myCodeFile.java
Executable file
9
Final Project Report/usingLatex/myCodeFile.java
Executable file
@@ -0,0 +1,9 @@
|
||||
public void someInterestingMethod( int x ) {
|
||||
try {
|
||||
DataInputStream in = new DataInputStream(req.getInputStream());
|
||||
HttpSession session = req.getSession(true);
|
||||
//Read Input Data
|
||||
in.close();
|
||||
} catch ( Exception err ) { }
|
||||
outputStream.close();
|
||||
}
|
||||
Reference in New Issue
Block a user