Skip to content

Commit 637c8a1

Browse files
committed
Fix javadoc and pom
1 parent 85b1ed9 commit 637c8a1

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

VotingPlugin/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -268,26 +268,6 @@
268268
<activation>
269269
<activeByDefault>true</activeByDefault>
270270
</activation>
271-
<repositories>
272-
<repository>
273-
<id>jitpack.io</id>
274-
<url>https://jitpack.io</url>
275-
</repository>
276-
</repositories>
277-
<dependencies>
278-
<dependency>
279-
<groupId>com.github.bencodez</groupId>
280-
<artifactId>advancedcore</artifactId>
281-
<version>master-SNAPSHOT</version>
282-
<scope>compile</scope>
283-
</dependency>
284-
</dependencies>
285-
</profile>
286-
<profile>
287-
<id>prod2</id>
288-
<properties>
289-
<build.profile.id>prod2</build.profile.id>
290-
</properties>
291271
<distributionManagement>
292272
<repository>
293273
<id>internal.repo</id>

VotingPlugin/src/com/bencodez/votingplugin/VotingPluginMain.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,6 @@ private YamlConfiguration getVersionFile() {
308308
return null;
309309
}
310310

311-
/**
312-
* Gets the vote site.
313-
*
314-
* @param site the site name
315-
* @return the vote site
316-
*/
317311
public VoteSite getVoteSite(String site, boolean checkEnabled) {
318312
String siteName = getVoteSiteName(checkEnabled, site);
319313
for (VoteSite voteSite : getVoteSites()) {
@@ -329,12 +323,6 @@ public VoteSite getVoteSite(String site, boolean checkEnabled) {
329323

330324
}
331325

332-
/**
333-
* Gets the vote site name.
334-
*
335-
* @param urls the url
336-
* @return the vote site name
337-
*/
338326
public String getVoteSiteName(boolean checkEnabled, String... urls) {
339327
ArrayList<String> sites = getConfigVoteSites().getVoteSitesNames(checkEnabled);
340328
for (String url : urls) {

0 commit comments

Comments
 (0)