[Mathlib-commitlog] SF.net SVN: mathlib:[907] JMathLib/trunk/src/jmathlib/core/constants
Status: Beta
Brought to you by:
st_mueller
From: <st_...@us...> - 2009-03-04 05:53:28
|
Revision: 907 http://mathlib.svn.sourceforge.net/mathlib/?rev=907&view=rev Author: st_mueller Date: 2009-03-04 05:53:24 +0000 (Wed, 04 Mar 2009) Log Message: ----------- added more comments Modified Paths: -------------- JMathLib/trunk/src/jmathlib/core/constants/ErrorCodes.java JMathLib/trunk/src/jmathlib/core/constants/TokenConstants.java Modified: JMathLib/trunk/src/jmathlib/core/constants/ErrorCodes.java =================================================================== --- JMathLib/trunk/src/jmathlib/core/constants/ErrorCodes.java 2009-03-01 15:27:27 UTC (rev 906) +++ JMathLib/trunk/src/jmathlib/core/constants/ErrorCodes.java 2009-03-04 05:53:24 UTC (rev 907) @@ -1,3 +1,11 @@ +/* + * This file is part or JMathLib + * + * Check it out at http://www.jmathlib.de + * + * Author: + * (c) 2005-2009 + */ package jmathlib.core.constants; public interface ErrorCodes Modified: JMathLib/trunk/src/jmathlib/core/constants/TokenConstants.java =================================================================== --- JMathLib/trunk/src/jmathlib/core/constants/TokenConstants.java 2009-03-01 15:27:27 UTC (rev 906) +++ JMathLib/trunk/src/jmathlib/core/constants/TokenConstants.java 2009-03-04 05:53:24 UTC (rev 907) @@ -1,3 +1,11 @@ +/* + * This file is part or JMathLib + * + * Check it out at http://www.jmathlib.de + * + * Author: + * (c) 2005-2009 + */ package jmathlib.core.constants; /** a set of constants used by the Token classes*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |