Changeset 7912
- Timestamp:
- 06/20/08 12:56:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/wavedev/PyWrapper.java
r7823 r7912 287 287 } 288 288 289 public void put(String attribute, Float value)289 public void put(String attribute, float value) 290 290 { 291 291 put(attribute, new PyFloat(value));