Updated copyright

This commit is contained in:
Steve Hannah 2015-04-11 11:03:40 -07:00
parent d38c421cbc
commit 9a6db79c41

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2015 shannah. * Copyright 2015 Steve Hannah.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -61,5 +61,4 @@ public class TRuntime {
public long totalMemory(){ public long totalMemory(){
return Integer.MAX_VALUE; return Integer.MAX_VALUE;
} }
}
}