1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-01 08:41:32 +00:00

slight JavaDoc fix regarding what Exception can be thrown

This commit is contained in:
Maik Merten 2014-07-25 21:27:40 +02:00
parent 52f4e9a00f
commit 2217f3831d

View File

@ -99,6 +99,7 @@ public class Bus {
*
* @param device
* @param priority
* @throws MemoryRangeException
*/
public void addDevice(Device device, int priority) throws MemoryRangeException {