-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main #435
base: main
Are you sure you want to change the base?
Main #435
Conversation
@@ -42,23 +42,23 @@ | |||
<attribute name="m2e-apt" value="true"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert changes in this file.
public AttachDatasource(Map<String, Datasource> nameToDatasource, ConfigThingy sourceDesc, | ||
URL context) | ||
|
||
public AttachDatasource(Map<String, Datasource> nameToDatasource, ConfigThingy sourceDesc, URL context) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are code changes included here?
@@ -190,9 +193,10 @@ public List<String> getSchema() | |||
|
|||
/* | |||
* (non-Javadoc) | |||
* | |||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please no whitespace changes
@@ -37,23 +37,23 @@ | |||
<attribute name="m2e-apt" value="true"/> | |||
</attributes> | |||
</classpathentry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert changes here
public QueryResults transform(QueryResults qres) | ||
{ | ||
return new TranslatedQueryResults(qres); | ||
} | ||
|
||
/** | ||
* Stellt die Spalten eines Datasets als Values zur Verfügung. | ||
* Provides the columns of a dataset as values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Values in uppercase (Interface name)
@@ -23,11 +23,6 @@ | |||
<attribute name="maven.pomderived" value="true"/> | |||
</attributes> | |||
</classpathentry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes here please
Quick ping, still working on this PR? If a bit of support would be useful, to untangle the unrelated changes, please let us know! |
5632e2d
to
c721649
Compare
Changed comment from German to English in following three files :