mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
domain name not needed
This commit is contained in:
@@ -21,7 +21,6 @@ public class ApplicationSettings extends AbstractModel {
|
||||
private boolean allowRegistrations = false;
|
||||
|
||||
private String googleAnalyticsTrackingCode;
|
||||
private String googleAnalyticsDomainName;
|
||||
|
||||
private String googleClientId;
|
||||
private String googleClientSecret;
|
||||
@@ -122,12 +121,4 @@ public class ApplicationSettings extends AbstractModel {
|
||||
this.googleAnalyticsTrackingCode = googleAnalyticsTrackingCode;
|
||||
}
|
||||
|
||||
public String getGoogleAnalyticsDomainName() {
|
||||
return googleAnalyticsDomainName;
|
||||
}
|
||||
|
||||
public void setGoogleAnalyticsDomainName(String googleAnalyticsDomainName) {
|
||||
this.googleAnalyticsDomainName = googleAnalyticsDomainName;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user