Skip to content

Commit 28c7bce

Browse files
committed
misc
1 parent 3ad2312 commit 28c7bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nb-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can copy and paste the single properties, into the pom.xml file and the IDE
1313
That way multiple projects can share the same settings (useful for formatting rules for example).
1414
Any value defined here will override the pom.xml file value but is only applicable to the current project.
1515
-->
16-
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
16+
<netbeans.hint.jdkPlatform>JDK_1.8.65</netbeans.hint.jdkPlatform>
1717
<netbeans.compile.on.save>none</netbeans.compile.on.save>
1818
<netbeans.hint.licensePath>${project.basedir}/licenseheader.txt</netbeans.hint.licensePath>
1919
</properties>

servs/entity/entity.impl/src/main/java/at/kc/tugraz/ss/serv/datatypes/entity/impl/SSEntityImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public List<SSEntity> entitiesGet(final SSEntitiesGetPar par) throws Exception{
503503

504504
try{
505505

506-
final List<SSUri> entityURIs =
506+
final List<SSUri> entityURIs =
507507
entityURIsGet(
508508
new SSEntityURIsGetPar(
509509
par.user,

0 commit comments

Comments
 (0)