~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to doc/java_doc/src-html/net/codescore/dbo/auto/_JudgeSolution.html

  • Committer: Adam Cornett
  • Date: 2008-05-16 02:53:17 UTC
  • mfrom: (65.1.52 codescore)
  • Revision ID: adam.cornett@gmail.com-20080516025317-douek1kxjabvb3wu
Merged changes from my branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
<FONT color="green">026</FONT>        public static final String PROBLEM_PROPERTY = "problem";<a name="line.26"></a>
30
30
<FONT color="green">027</FONT>        public static final String STATUS_PROPERTY = "status";<a name="line.27"></a>
31
31
<FONT color="green">028</FONT>    <a name="line.28"></a>
32
 
<FONT color="green">029</FONT>        public static final String PID_PK_COLUMN = "PID";<a name="line.29"></a>
33
 
<FONT color="green">030</FONT>        public static final String SID_PK_COLUMN = "SID";<a name="line.30"></a>
 
32
<FONT color="green">029</FONT>        public static final String PID_PK_COLUMN = "pid";<a name="line.29"></a>
 
33
<FONT color="green">030</FONT>        public static final String SID_PK_COLUMN = "sid";<a name="line.30"></a>
34
34
<FONT color="green">031</FONT>    <a name="line.31"></a>
35
35
<FONT color="green">032</FONT>        public void setCompileStdErr(String compileStdErr) {<a name="line.32"></a>
36
36
<FONT color="green">033</FONT>            writeProperty("compileStdErr", compileStdErr);<a name="line.33"></a>