Revision: 3672
Author: [email protected]
Date: Mon Jul 5 12:48:58 2010
Log: NEW - bug 2458: Create Critic Manager
http://trillian.sqlpower.ca/bugzilla/show_bug.cgi?id=2458
Missed annotations for a new setter in the content pane.
http://code.google.com/p/power-architect/source/detail?r=3672
Modified:
/trunk/src/main/java/ca/sqlpower/architect/swingui/PlayPenContentPane.java
=======================================
---
/trunk/src/main/java/ca/sqlpower/architect/swingui/PlayPenContentPane.java
Mon Jul 5 09:57:34 2010
+++
/trunk/src/main/java/ca/sqlpower/architect/swingui/PlayPenContentPane.java
Mon Jul 5 12:48:58 2010
@@ -482,6 +482,7 @@
* Returns the badge on the subject in the UI. This may return null if
there
* is no badge on the subject we are looking for.
*/
+ @Transient @Accessor
public ModelBadge getBadge(Object subject) {
return badges.get(subject);
}