We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f5810 commit 7692829Copy full SHA for 7692829
src/env/artifact/environment/roomartifact/DimmableArtifact.java
@@ -14,7 +14,7 @@
14
public interface DimmableArtifact {
15
/**
16
* Set the intensity of the artifact.
17
- * @param intensityPercentage the intensity as a percentage.
+ * @param intensity the intensity.
18
*/
19
- void setIntensity(int intensityPercentage);
+ void setIntensity(int intensity);
20
}
0 commit comments