[jbosstools-commits] JBoss Tools SVN: r24389 - trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 24 12:37:53 EDT 2010


Author: vpakan at redhat.com
Date: 2010-08-24 12:37:52 -0400 (Tue, 24 Aug 2010)
New Revision: 24389

Modified:
   trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java
Log:
Make package not private.

Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java	2010-08-24 16:36:33 UTC (rev 24388)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/parts/ContentAssistBot.java	2010-08-24 16:37:52 UTC (rev 24389)
@@ -1,4 +1,4 @@
-private package org.jboss.tools.ui.bot.ext.parts;
+package org.jboss.tools.ui.bot.ext.parts;
 
 import static org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable.syncExec;
 import static org.junit.Assert.assertNotNull;



More information about the jbosstools-commits mailing list