Subversion Repositories distributed

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 30
Line 1... Line 1...
1
package de.viathinksoft.immortable.gen2.math;
1
package de.viathinksoft.immortal.gen2.math;
2
 
2
 
3
public class RemainderNotSmallerThanModulusException extends CRTException {
3
public class RemainderNotSmallerThanModulusException extends CRTException {
4
 
4
 
5
        private static final long serialVersionUID = -1361245285354281472L;
5
        private static final long serialVersionUID = -1361245285354281472L;
6
 
6