Author: keith Date: Wed Feb 18 09:50:35 2009 New Revision: 31079 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31079
Log: Fixing ignoreUncited annotation Modified: branches/mashup/java/1.5/java/modules/core/src/org/wso2/mashup/MashupConstants.java Modified: branches/mashup/java/1.5/java/modules/core/src/org/wso2/mashup/MashupConstants.java URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/core/src/org/wso2/mashup/MashupConstants.java?rev=31079&r1=31078&r2=31079&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/core/src/org/wso2/mashup/MashupConstants.java (original) +++ branches/mashup/java/1.5/java/modules/core/src/org/wso2/mashup/MashupConstants.java Wed Feb 18 09:50:35 2009 @@ -223,7 +223,7 @@ // function foo () {} public static final String VISIBLE_ANNOTATION = "visible"; - public static final String IGNORE_UNCITED_ANNOTATION = "visible"; + public static final String IGNORE_UNCITED_ANNOTATION = "ignoreUncited"; // The value that is used by the javascript safe annotation. // e.g foo.safe = true"; _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
