Commit d99cf1f1 authored by Nikolay's avatar Nikolay

Adding Consts.java to the svn

parent b2023e0d
package org.cloudbus.cloudsim;
/**
*
* Defines common constants, used throughout cloudsim.
*
* @author nikolay.grozev
*
*/
public final class Consts {
/**
* Suppreses intantiation.
*/
private Consts(){}
public static int MILLION = 1000000;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment