Skip to content

Commit 826c860

Browse files
authored
Update exception message
1 parent 334a733 commit 826c860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/scene/control/LightControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private void validateSupportedLightType(Light light) {
137137
break;
138138
default:
139139
throw new IllegalArgumentException(
140-
"LightControl does not support unknown Light type: " + light.getType());
140+
"Unsupported Light type: " + light.getType());
141141
}
142142
}
143143

0 commit comments

Comments
 (0)