Stopped the not editable Userdata warning to show up

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10505 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent a62a2d0299
commit a7f5be2ae4
  1. 2
      sdk/jme3-core/src/com/jme3/gde/core/properties/UserDataProperty.java

@ -82,7 +82,7 @@ public class UserDataProperty extends PropertySupport.ReadWrite<String> {
} else if (type instanceof Long) {
return 4;
} else {
Logger.getLogger(UserDataProperty.class.getName()).log(Level.WARNING, "UserData not editable" + (type == null ? "null" : type.getClass()));
// Logger.getLogger(UserDataProperty.class.getName()).log(Level.WARNING, "UserData not editable" + (type == null ? "null" : type.getClass()));
return -1;
}
}

Loading…
Cancel
Save