mark for pull
This commit is contained in:
parent
5a0724b27b
commit
afd47852b7
@ -11,7 +11,6 @@ public class CommonFunctions {
|
||||
* */
|
||||
public static Integer exactDivision(Integer a,Integer b) {
|
||||
|
||||
|
||||
int c = a/b;
|
||||
|
||||
if(a%b!=0){
|
||||
|
Loading…
Reference in New Issue
Block a user