Skip to content

Commit

Permalink
heart: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 12, 2018
1 parent f1c0638 commit 9e455d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/MyAsset.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public static Material createParticleMaterial(AssetManager assetManager,
*
* @param assetManager (not null)
* @param color ambient/diffuse color (not null, unaffected)
* @return a new instance
* @return a new instance (not null)
*/
public static Material createShadedMaterial(AssetManager assetManager,
ColorRGBA color) {
Expand Down
2 changes: 1 addition & 1 deletion heart/src/main/java/jme3utilities/SubtreeControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public SubtreeControl() {
// new public methods

/**
* Access this control's subtree.
* Access this control's subtree. // TODO change return type
*
* @return the pre-existing instance, or null if none
*/
Expand Down

0 comments on commit 9e455d8

Please sign in to comment.